Skip to content

Commit c0edd58

Browse files
committed
fix: Brainstructures import name
1 parent 2b1dd2f commit c0edd58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nibabel/cifti2/parse_cifti2_fast.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
Cifti2LabelTable, Cifti2VertexIndices,
1717
Cifti2VoxelIndicesIJK, Cifti2BrainModel, Cifti2Matrix,
1818
Cifti2MatrixIndicesMap, Cifti2NamedMap, Cifti2Parcel,
19-
Cifti2Surface, Cifti2TransformationMatrixVoxelIndicesIJKtoXYZ,
20-
Cifti2Vertices, Cifti2Volume, CIFTI_BrainStructures,
19+
Cifti2Surface,
20+
Cifti2TransformationMatrixVoxelIndicesIJKtoXYZ,
21+
Cifti2Vertices, Cifti2Volume, CIFTI_BRAIN_STRUCTURES,
2122
CIFTI_MODEL_TYPES, _underscore)
2223
from .. import xmlutils as xml
2324
from ..externals.six import BytesIO

0 commit comments

Comments
 (0)