Skip to content

Commit c6186c6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent adb8202 commit c6186c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flox/core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ def offset_labels(labels: np.ndarray, ngroups: int) -> tuple[np.ndarray, int]:
385385
return offset, size
386386

387387

388-
def factorize_(by: tuple, axis, expected_groups: tuple[pd.Index, ...] = None, reindex=False, fastpath=False):
388+
def factorize_(
389+
by: tuple, axis, expected_groups: tuple[pd.Index, ...] = None, reindex=False, fastpath=False
390+
):
389391
if not isinstance(by, tuple):
390392
raise ValueError(f"Expected `by` to be a tuple. Received {type(by)} instead")
391393

0 commit comments

Comments
 (0)