Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 2482423

Browse files
committed
Ignore import-outside-toplevel
1 parent 38a2e3b commit 2482423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎app/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def create_app() -> Flask:
1212
with app.app_context():
1313
# We import here to avoid a circular import because views uses
1414
# flask.current_app
15+
# pylint: disable=import-outside-toplevel
1516
from .views import BP
1617
app.register_blueprint(BP)
1718

0 commit comments

Comments
 (0)