Skip to content

Commit 4bab1c4

Browse files
committed
[Enh] Update import order
1 parent c486bc3 commit 4bab1c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spm/__wrapper__/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
from . import utils
2-
from . import core
3-
from . import helpers
4-
from .runtime import Runtime
51
from .matlab_class import MatlabClass
62
from .matlab_function import MatlabFunction
73
from .cell import Cell
84
from .struct import Struct
95
from .array import Array
106
from .sparse_array import SparseArray
7+
from .runtime import Runtime
8+
from . import utils
9+
from . import core
10+
from . import helpers
1111

1212

1313
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)