Skip to content

Commit 1e6230e

Browse files
committed
lint
1 parent 0059b33 commit 1e6230e

File tree

1 file changed

+2
-1
lines changed
  • v03_pipeline/lib/misc

1 file changed

+2
-1
lines changed

v03_pipeline/lib/misc/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def select_relevant_fields(
147147
) -> hl.MatrixTable:
148148
mt = mt.select_globals()
149149
optional_row_fields = [
150-
row_field for row_field in dataset_type.optional_row_fields
150+
row_field
151+
for row_field in dataset_type.optional_row_fields
151152
if hasattr(mt, row_field)
152153
]
153154
mt = mt.select_rows([*dataset_type.row_fields, *optional_row_fields])

0 commit comments

Comments
 (0)