Skip to content

Commit 975b98c

Browse files
committed
fix darglint error
1 parent 0378027 commit 975b98c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arraytex/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def to_tabular(
7979
8080
Raises:
8181
TooManyDimensionsError: when the supplied array has more than 2 dimensions
82+
DimensionMismatchError: when there are mismatched column identifiers and
83+
dimensions
8284
"""
8385
if len(arr.shape) == 1:
8486
n_cols = arr.shape[0]

0 commit comments

Comments
 (0)