Skip to content

Commit 5d0481d

Browse files
committed
STY: Reorder imports and guard against oversorting
1 parent 1a8dd30 commit 5d0481d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

nibabel/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
from . import spm2analyze as spm2
4444
from . import nifti1 as ni1
4545
from . import ecat
46+
from . import mriutils
47+
from . import streamlines
48+
from . import viewers
49+
50+
# isort: split
4651

4752
# object imports
4853
from .fileholders import FileHolder, FileHolderError
@@ -67,9 +72,8 @@
6772
aff2axcodes,
6873
)
6974
from .imageclasses import all_image_classes
70-
from . import mriutils
71-
from . import streamlines
72-
from . import viewers
75+
76+
# isort: split
7377

7478
from .pkg_info import get_pkg_info as _get_pkg_info
7579

0 commit comments

Comments
 (0)