Skip to content

Commit d23f441

Browse files
committed
format
1 parent 9ad3702 commit d23f441

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
@@ -143,7 +143,7 @@ def remove_project(
143143
)
144144
ht = ht.filter(hl.any(ht.project_stats.map(hl.is_defined)))
145145
return ht.annotate_globals(
146-
project_guids = ht.project_guids.filter(
146+
project_guids=ht.project_guids.filter(
147147
lambda p: p != project_guid,
148148
),
149149
project_families=hl.dict(

0 commit comments

Comments
 (0)