Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/split_node_packages' into split_…
Browse files Browse the repository at this point in the history
…node_packages
  • Loading branch information
liamhuber committed May 15, 2023
2 parents c466ba3 + 49782f1 commit 67284bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ironflow/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ def __init__(
self.session.info_messenger().enable()

self.nodes_dictionary = {"recommended": {}}
from ironflow.nodes import (
array,
plot,
pyiron_atomistics,
standard
)
from ironflow.nodes import array, plot, pyiron_atomistics, standard

for module in [
array,
Expand Down

0 comments on commit 67284bf

Please sign in to comment.