Skip to content
Snippets Groups Projects
Commit e770d48f authored by pswain's avatar pswain
Browse files

Removed unnecessary import of omero.

parent 033c11b1
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,6 @@ import typing as t ...@@ -12,10 +12,6 @@ import typing as t
from abc import ABC, abstractproperty, abstractmethod from abc import ABC, abstractproperty, abstractmethod
from pathlib import Path, PosixPath from pathlib import Path, PosixPath
try:
import omero
except ModuleNotFoundError:
print("Warning: Cannot import omero.")
from agora.io.bridge import BridgeH5 from agora.io.bridge import BridgeH5
from aliby.io.image import ImageLocalOME from aliby.io.image import ImageLocalOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment