Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 25, 2024
1 parent 0b2dc74 commit fa3f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depiction/tools/ometiff_to_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import cyclopts
from depiction.image.multi_channel_image import MultiChannelImage
from depiction.persistence.image import OmeTiff
from depiction.persistence.image.ome_tiff import OmeTiff

app = cyclopts.App()

Expand Down

0 comments on commit fa3f281

Please sign in to comment.