Skip to content

Commit 54d92c4

Browse files
committed
Run ruff.
1 parent 25caaf3 commit 54d92c4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sdcflows/utils/wrangler.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,13 @@ def find_estimators(
371371
# flatten lists from json (tupled in pybids for hashing), then unique
372372
b0_ids = reduce(
373373
set.union,
374-
(listify(ids) for ids in layout.get_B0FieldIdentifiers(
375-
session=sessions, **base_entities)
374+
(
375+
listify(ids)
376+
for ids in layout.get_B0FieldIdentifiers(
377+
session=sessions, **base_entities
378+
)
376379
),
377-
set()
380+
set(),
378381
)
379382

380383
if b0_ids:

0 commit comments

Comments
 (0)