Skip to content

Commit 82e8bba

Browse files
committed
refactor(flowllm): remove unused extensions import
1 parent cac4dfd commit 82e8bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
load_env()
1010

1111
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
12+
# from . import extensions # noqa: E402, F401 # pylint: disable=wrong-import-position,unused-import
1313

1414
__version__ = "0.2.0.9"

0 commit comments

Comments
 (0)