Skip to content

Commit 0709a5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7fd9e72 commit 0709a5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/tasks/nipype1/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def __init__(
6969
)
7070
self.output_spec = traitedspec_to_specinfo(interface._outputs())
7171

72-
7372
def _run_task(self, environment=None):
7473
inputs = attrs.asdict(self.inputs, filter=lambda a, v: v is not attrs.NOTHING)
7574
node = nipype.Node(deepcopy(self._interface), base_dir=self.output_dir, name=self.name)

0 commit comments

Comments
 (0)