Skip to content

Commit cdf274d

Browse files
committed
cleanup
1 parent 61cbb68 commit cdf274d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v03_pipeline/lib/misc/lookup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ def remove_family_guids(
8787
)
8888
),
8989
)
90-
project_i = ht.project_guids.index(project_guid) # double reference because new expression
90+
project_i = ht.project_guids.index(
91+
project_guid
92+
) # double reference because new expression
9193
return ht.annotate_globals(
9294
project_families=hl.dict(
9395
hl.enumerate(ht.project_families.items()).starmap(

0 commit comments

Comments
 (0)