Skip to content

Commit

Permalink
Update nibabel/cifti2/cifti2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Goncalves <[email protected]>
  • Loading branch information
effigies and mgxd authored Sep 20, 2023
1 parent 7071f00 commit 20bffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/cifti2/cifti2.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Cifti2HeaderError(Exception):
)


def _full_structure(struct):
def _full_structure(struct: str):
"""Expands STRUCT_NAME into:
STRUCT_NAME, CIFTI_STRUCTURE_STRUCT_NAME, StructName
Expand Down

0 comments on commit 20bffc3

Please sign in to comment.