Skip to content

Commit 29729b4

Browse files
committed
fix: import webapp.config at the top of app module
1 parent 1cf8ce1 commit 29729b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapp/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import webapp.config
1515

1616
from canonicalwebteam.flask_base.app import FlaskBase
17+
import webapp.config
1718
from webapp.blog.views import init_blog
1819
from webapp.docs.views import init_docs
1920
from webapp.extensions import csrf

0 commit comments

Comments
 (0)