Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Jul 11, 2024
1 parent 6ef12f2 commit f078720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -4590,6 +4590,7 @@ def display_peek(self, dataset: DatasetProtocol) -> str:
except Exception:
return f"Binary FITS file size ({nice_size(dataset.get_size())})"


class FITSImage(FITS):
# Fits that contains image data in any of the extensions

Expand All @@ -4607,6 +4608,7 @@ def sniff(self, filename: str) -> bool:
log.warning("%s, sniff Exception: %s", self, e)
return False


@build_sniff_from_prefix
class Numpy(Binary):
"""
Expand Down

0 comments on commit f078720

Please sign in to comment.