Skip to content

Commit 5aa9c88

Browse files
committed
Put in isort order
1 parent edbb865 commit 5aa9c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymathics/hello/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
2828
"""
2929

30-
from pymathics.hello.version import __version__
3130
from pymathics.hello.__main__ import Hello
31+
from pymathics.hello.version import __version__
3232

3333
__all__ = ("__version__", "Hello", "pymathics_version_data")
3434

0 commit comments

Comments
 (0)