Skip to content

Commit 647b6f2

Browse files
committed
Change import order to make isort happy
1 parent 7ca4553 commit 647b6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stochman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# We are not importing the rest of the package during the build process, as it may not be compiled yet
4141
else:
4242
# import modules
43-
from . import curves, geodesic, manifold, nnj, discretized_manifold
43+
from . import curves, discretized_manifold, geodesic, manifold, nnj
4444

4545
# import classes for direct access
4646
from .curves import CubicSpline, DiscreteCurve

0 commit comments

Comments
 (0)