Skip to content

Commit

Permalink
Update nibabel/nifti1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Sep 8, 2024
1 parent 061fbf5 commit 72a93c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/nifti1.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ class Nifti1DicomExtension(Nifti1Extension[DicomDataset]):
"""

code = 2
_is_implict_VR: bool = False
_is_implicit_VR: bool = False
_is_little_endian: bool = True

def __init__(
Expand Down

0 comments on commit 72a93c2

Please sign in to comment.