Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Feb 17, 2024
1 parent fabf465 commit 3f0f8d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyiron_workflow/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ def _save_node(self):
def _load_node(self):
here = os.getcwd()
os.chdir(self.working_directory)
self._node = _import_class(
self.input._class_type
)(
self._node = _import_class(self.input._class_type)(
label=self.input._label,
storage_backend=self.input._storage_backend,
)
Expand Down

0 comments on commit 3f0f8d9

Please sign in to comment.