From 54d92c4acf926c0857fa2828521248c96faf8eb4 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 12 Dec 2024 15:10:35 -0500 Subject: [PATCH] Run ruff. --- sdcflows/utils/wrangler.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sdcflows/utils/wrangler.py b/sdcflows/utils/wrangler.py index 94430eeedc..58097c86df 100644 --- a/sdcflows/utils/wrangler.py +++ b/sdcflows/utils/wrangler.py @@ -371,10 +371,13 @@ def find_estimators( # flatten lists from json (tupled in pybids for hashing), then unique b0_ids = reduce( set.union, - (listify(ids) for ids in layout.get_B0FieldIdentifiers( - session=sessions, **base_entities) + ( + listify(ids) + for ids in layout.get_B0FieldIdentifiers( + session=sessions, **base_entities + ) ), - set() + set(), ) if b0_ids: