Skip to content

Commit ba8d406

Browse files
committed
fix: import webapp.config at the top of app module
1 parent 25a9429 commit ba8d406

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
@@ -10,6 +10,7 @@
1010
from talisker import logging
1111

1212
from canonicalwebteam.flask_base.app import FlaskBase
13+
import webapp.config
1314
from webapp.blog.views import init_blog
1415
from webapp.docs.views import init_docs
1516
from webapp.extensions import csrf

0 commit comments

Comments
 (0)