Skip to content

Commit fe3fc34

Browse files
committed
ENH(minor): sort imports
1 parent 46c0bdb commit fe3fc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heudiconv/tests/test_dicoms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from heudiconv.cli.run import main as runner
99
from heudiconv.convert import nipype_convert
1010
from heudiconv.dicoms import (
11-
parse_private_csa_header,
11+
OrderedDict,
1212
embed_dicom_and_nifti_metadata,
1313
group_dicoms_into_seqinfos,
14-
OrderedDict,
14+
parse_private_csa_header,
1515
)
1616
from .utils import (
1717
assert_cwd_unchanged,

0 commit comments

Comments
 (0)