We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7071f00 commit 20bffc3Copy full SHA for 20bffc3
nibabel/cifti2/cifti2.py
@@ -81,7 +81,7 @@ class Cifti2HeaderError(Exception):
81
)
82
83
84
-def _full_structure(struct):
+def _full_structure(struct: str):
85
"""Expands STRUCT_NAME into:
86
87
STRUCT_NAME, CIFTI_STRUCTURE_STRUCT_NAME, StructName
0 commit comments