Skip to content

Commit 728d0b5

Browse files
authored
Remove widget import from __init__ (#76)
Qt Dependent import at top level results in build fail on conda because of absence of pyqt in the environment conda-forge/staged-recipes#32036
1 parent 80b7cd0 commit 728d0b5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/napari_metadata/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
except ImportError:
44
__version__ = 'unknown'
55

6-
from ._widget import MetadataWidget
7-
8-
__all__ = ('MetadataWidget',)
6+
__all__ = ()

0 commit comments

Comments
 (0)