Skip to content

Commit

Permalink
removed property from header_info
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 4, 2024
1 parent 028f61e commit 24f5d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fileformats/datascience/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class Vtk(WithMagicVersion, RasterImage):
"application/x-vtk-binary",
)

@property
def header_info(self) -> ty.Tuple[bytes, str]:
"""Return the header of the VTK file and its format.
Expand Down

0 comments on commit 24f5d9c

Please sign in to comment.