Skip to content

Commit 43b1ab7

Browse files
effigieslarsoner
andauthored
Update nibabel/cifti2/cifti2.py
Co-Authored-By: larsoner <[email protected]>
1 parent 171309d commit 43b1ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/cifti2/cifti2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
try:
2525
from collections.abc import MutableSequence, MutableMapping, Iterable
2626
except ImportError:
27+
# PY2 compatibility
2728
from collections import MutableSequence, MutableMapping, Iterable
2829
from collections import OrderedDict
2930
from .. import xmlutils as xml

0 commit comments

Comments
 (0)