mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -16,13 +16,12 @@ from app.dao.templates_dao import (
|
||||
|
||||
from app.schemas import notification_with_template_schema
|
||||
from app.utils import cache_key_for_service_template_counter
|
||||
from app.errors import register_errors, InvalidRequest
|
||||
|
||||
template_statistics = Blueprint('template-statistics',
|
||||
__name__,
|
||||
url_prefix='/service/<service_id>/template-statistics')
|
||||
|
||||
from app.errors import register_errors, InvalidRequest
|
||||
|
||||
register_errors(template_statistics)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user