Skip to content

Commit 1ba3e94

Browse files
committed
Fix long line.
1 parent 14e1ff1 commit 1ba3e94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdcflows/utils/wrangler.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,11 @@ def find_estimators(
516516
has_intended = layout.get(
517517
**{
518518
**base_entities,
519-
**{'suffix': ['epi', 'bold'], 'IntendedFor': Query.REQUIRED, 'session': sessions}
519+
**{
520+
'suffix': ['epi', 'bold'],
521+
'IntendedFor': Query.REQUIRED,
522+
'session': sessions,
523+
},
520524
}
521525
)
522526

0 commit comments

Comments
 (0)