Skip to content

Commit ba22168

Browse files
committed
format
1 parent 187cdf5 commit ba22168

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
@@ -110,7 +110,7 @@ def remove_family_guids(
110110
# however, experiments on dataproc showed this statement hanging with an empty
111111
# unevaluated indexes array.
112112
family_entries=hl.array(family_indexes_to_keep).map(
113-
lambda i: ht.family_entries[i]
113+
lambda i: ht.family_entries[i],
114114
)
115115
if len(family_indexes_to_keep) > 0
116116
else hl.empty_array(ht.family_entries.dtype.element_type),

0 commit comments

Comments
 (0)