Skip to content

Commit

Permalink
Fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 21, 2024
1 parent 9a8d944 commit d0a60a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/datatypes/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def _get_axis_size(shape: Tuple[int, ...], axes: str, axis: str) -> int:
def sniff(self, filename: str) -> bool:
with tifffile.TiffFile(filename):
return True
return False


class OMETiff(Tiff):
Expand Down

0 comments on commit d0a60a8

Please sign in to comment.