Skip to content

Commit 41eeebb

Browse files
committed
Disable flake8 unused import in __init__.py.
1 parent 6ae1afc commit 41eeebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: blueprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .app import Blueprint
1+
from .app import Blueprint # noqa: F401

0 commit comments

Comments
 (0)