Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 9a1d0a4

Browse files
committed
ignore import line due to flask being specific
1 parent 25aa620 commit 9a1d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def create_app():
4343

4444
# register_error_handlers(app)
4545
# app.config['referrer_policy'] = 'strict-origin-when-cross-origin'
46-
from hints import routes
46+
from hints import routes # nopep8

0 commit comments

Comments
 (0)