We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cec86 commit b658252Copy full SHA for b658252
nibabel/__init__.py
@@ -43,6 +43,11 @@
43
from . import spm2analyze as spm2
44
from . import nifti1 as ni1
45
from . import ecat
46
+from . import mriutils
47
+from . import streamlines
48
+from . import viewers
49
+
50
+# isort: split
51
52
# object imports
53
from .fileholders import FileHolder, FileHolderError
@@ -67,9 +72,8 @@
67
72
aff2axcodes,
68
73
)
69
74
from .imageclasses import all_image_classes
70
-from . import mriutils
71
-from . import streamlines
-from . import viewers
75
76
77
78
from .pkg_info import get_pkg_info as _get_pkg_info
79
0 commit comments