Skip to content

Commit

Permalink
Adjusted imports for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlw387 committed Aug 24, 2024
1 parent bfb1f98 commit 000156c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from operator import itemgetter

from pyplate.pyplate import Substance, Container, Plate, Recipe
from pyplate import Substance, Container, Plate, Recipe

# testing #

Expand Down
2 changes: 1 addition & 1 deletion examples/Test_Example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pyplate.pyplate import Substance, Container, Recipe, Plate
from pyplate import Substance, Container, Recipe, Plate


water = Substance.liquid('H2O', mol_weight=18.0153, density=1)
Expand Down

0 comments on commit 000156c

Please sign in to comment.