Skip to content

Commit 0427e14

Browse files
committed
isort fix and pre-commit executed
1 parent 5233691 commit 0427e14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@
3939

4040
# module imports
4141
from . import analyze as ana
42-
from . import ecat, mriutils
42+
from . import ecat, imagestats, mriutils
4343
from . import nifti1 as ni1
4444
from . import spm2analyze as spm2
4545
from . import spm99analyze as spm99
4646
from . import streamlines, viewers
47-
from . import imagestats
4847

4948
# isort: split
5049

0 commit comments

Comments
 (0)