mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 14:58:24 -04:00
fix flake8
This commit is contained in:
@@ -8,7 +8,6 @@ from alembic.config import Config
|
|||||||
from flask import Flask
|
from flask import Flask
|
||||||
|
|
||||||
from app import create_app
|
from app import create_app
|
||||||
from app.config import configs
|
|
||||||
from app.dao.provider_details_dao import get_provider_details_by_identifier
|
from app.dao.provider_details_dao import get_provider_details_by_identifier
|
||||||
|
|
||||||
|
|
||||||
@@ -97,6 +96,7 @@ def _notify_db(notify_api):
|
|||||||
|
|
||||||
# create a database for this worker thread -
|
# create a database for this worker thread -
|
||||||
from flask import current_app
|
from flask import current_app
|
||||||
|
|
||||||
# current_app.config['SQLALCHEMY_DATABASE_URI'] += '_{}'.format(worker_id)
|
# current_app.config['SQLALCHEMY_DATABASE_URI'] += '_{}'.format(worker_id)
|
||||||
create_test_db(current_app.config['SQLALCHEMY_DATABASE_URI'])
|
create_test_db(current_app.config['SQLALCHEMY_DATABASE_URI'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user