We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4dfd commit 82e8bbaCopy full SHA for 82e8bba
1 file changed
flowllm/__init__.py
@@ -9,6 +9,6 @@
9
load_env()
10
11
from . import gallery # noqa: E402, F401 # pylint: disable=wrong-import-position,unused-import
12
-from . import extensions # noqa: E402, F401 # pylint: disable=wrong-import-position,unused-import
+# from . import extensions # noqa: E402, F401 # pylint: disable=wrong-import-position,unused-import
13
14
__version__ = "0.2.0.9"
0 commit comments