Skip to content

Commit 20bffc3

Browse files
effigiesmgxd
andauthored
Update nibabel/cifti2/cifti2.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 7071f00 commit 20bffc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/cifti2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Cifti2HeaderError(Exception):
8181
)
8282

8383

84-
def _full_structure(struct):
84+
def _full_structure(struct: str):
8585
"""Expands STRUCT_NAME into:
8686
8787
STRUCT_NAME, CIFTI_STRUCTURE_STRUCT_NAME, StructName

0 commit comments

Comments
 (0)