mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from app import db
|
||||
from app.dao.dao_utils import transactional
|
||||
from app.models import ServicePermission, SERVICE_PERMISSION_TYPES
|
||||
from app.models import ServicePermission
|
||||
|
||||
|
||||
def dao_fetch_service_permissions(service_id):
|
||||
|
||||
Reference in New Issue
Block a user