Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 23, 2024
1 parent 7fd9e72 commit 0709a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydra/tasks/nipype1/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def __init__(
)
self.output_spec = traitedspec_to_specinfo(interface._outputs())


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

0 comments on commit 0709a5e

Please sign in to comment.