Skip to content

Commit 055154e

Browse files
committed
ruff
1 parent be1a8cd commit 055154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/misc/family_entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def remove_family_guids(
103103
hl.enumerate(ht.globals.family_guids)
104104
.filter(lambda item: ~family_guids.contains(item[1]))
105105
.map(lambda item: item[0]),
106-
)
106+
),
107107
)
108108
ht = ht.annotate(
109109
# NB: this "should" work without the extra if statement (and does in the tests)

0 commit comments

Comments
 (0)