Skip to content

Commit bd45370

Browse files
committed
[Fix] Make imports pointing directly to files
1 parent 8c3f7f1 commit bd45370

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spm/__wrapper__/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
from .runtime import Runtime
12
from .matlab_class import MatlabClass
23
from .matlab_function import MatlabFunction
34
from .cell import Cell
45
from .struct import Struct
56
from .array import Array
67
from .sparse_array import SparseArray
7-
from .runtime import Runtime
8+
89

910
# ----------------------------------------------------------------------
1011
# Questions

0 commit comments

Comments
 (0)