We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b389c commit a2ffdbbCopy full SHA for a2ffdbb
keg_storage/__init__.py
@@ -1,7 +1,7 @@
1
from keg_storage.version import VERSION as __version__ # noqa
2
from importlib.util import find_spec as _find_spec
3
4
-if _find_spec('keg'):
+if _find_spec('flask'):
5
from keg_storage.plugin import ( # noqa: F401
6
Storage,
7
LinkViewMixin,
0 commit comments