mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -7,7 +7,6 @@ from sqlalchemy.exc import DataError
|
||||
from sqlalchemy.orm.exc import NoResultFound
|
||||
|
||||
from app.dao.services_dao import dao_fetch_service_by_id_with_api_keys
|
||||
from flask import jsonify
|
||||
|
||||
|
||||
class AuthError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user