diff options
-rw-r--r-- | poller/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/poller/__init__.py b/poller/__init__.py index 67b7ef2..e6eda4d 100644 --- a/poller/__init__.py +++ b/poller/__init__.py @@ -26,3 +26,6 @@ APP.logger.info('Launching rit-covid-poller v' + APP.config['VERSION']) db = SQLAlchemy(APP) APP.logger.info('SQLAlchemy pointed at ' + repr(db.engine.url)) #pylint: enable=no-member + +#pylint: disable=wrong-import-position +from . import models |