Skip to content

Commit

Permalink
STY: A round of black
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 6, 2024
1 parent 80d80bc commit 0fdc45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/pipeline/engine/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def connect(self, *args, **kwargs):
".io" in str(srcnode._interface.__class__)
or any(
".io" in str(val)
for val in srcnode._interface.__class__.__bases__
for val in srcnode._interface.__class__.__bases__
)
)
):
Expand Down

0 comments on commit 0fdc45e

Please sign in to comment.