Skip to content

Commit cf51c49

Browse files
committed
lint
1 parent cdf274d commit cf51c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/misc/lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def remove_family_guids(
8888
),
8989
)
9090
project_i = ht.project_guids.index(
91-
project_guid
91+
project_guid,
9292
) # double reference because new expression
9393
return ht.annotate_globals(
9494
project_families=hl.dict(

0 commit comments

Comments
 (0)