Skip to content

Commit

Permalink
renamed MghZip to MghGz
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 20, 2023
1 parent b1b2c82 commit 2c906ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fileformats/medimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .misc import ( # noqa: F401
Analyze,
Mgh,
MghZip,
MghGz,
)
from .nifti import (
Nifti,
Expand Down
2 changes: 1 addition & 1 deletion fileformats/medimage/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def is_supported_version(self):
self.version == 1


class Mgz(Gzip[Mgh]):
class MghGz(Gzip[Mgh]):
"""
FreeSurfer 4-dimensional brain images, gzipped
Expand Down

0 comments on commit 2c906ae

Please sign in to comment.