Skip to content

Commit

Permalink
Your detailed description of your changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jboulanger committed Nov 12, 2024
1 parent af1caf6 commit 83f4bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioio_tifffile/reader_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_supported_extensions() -> List[str]:
"""
Return a list of file extensions this plugin supports reading.
"""
return ["tif", "tiff","lsm"]
return ["tif", "tiff", "lsm"]

@staticmethod
def get_reader() -> bioio_base.reader.Reader:
Expand Down

0 comments on commit 83f4bbd

Please sign in to comment.