Skip to content

Commit

Permalink
Ensure nojump can still be imported from lipyphilic.transformations u…
Browse files Browse the repository at this point in the history
…ntil it is removed
  • Loading branch information
p-j-smith committed Aug 20, 2023
1 parent 197b349 commit b845eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lipyphilic/transformations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from lipyphilic.transformations.transformations import center_membrane, triclinic_to_orthorhombic
from lipyphilic.transformations.transformations import center_membrane, nojump, triclinic_to_orthorhombic

__all__ = [
"center_membrane",
"triclinic_to_orthorhombic",
"nojump",
]

0 comments on commit b845eef

Please sign in to comment.