Skip to content

Commit 0118e17

Browse files
committed
reduce newlines
1 parent 216a77f commit 0118e17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

contrib/trait_discovery/src/tdiscovery/classification.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ def load_image_labels(
218218

219219
@beartype.beartype
220220
def apply_grouping(
221-
labels: list[str],
222-
task: LabelGrouping,
221+
labels: list[str], task: LabelGrouping
223222
) -> tuple[Int[np.ndarray, " n"], list[str], np.ndarray]:
224223
"""
225224
Apply label grouping to get integer targets.

0 commit comments

Comments
 (0)