Skip to content

Commit f81392c

Browse files
STY: A round of black
1 parent c5b99b3 commit f81392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/workflows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def connect(self, *args, **kwargs):
204204
".io" in str(srcnode._interface.__class__)
205205
or any(
206206
".io" in str(val)
207-
for val in srcnode._interface.__class__.__bases__
207+
for val in srcnode._interface.__class__.__bases__
208208
)
209209
)
210210
):

0 commit comments

Comments
 (0)