mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 21:38:25 -04:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from app import db
|
||||
from app.models import Service, ServiceWhitelist
|
||||
from app.models import ServiceWhitelist
|
||||
|
||||
|
||||
def dao_fetch_service_whitelist(service_id):
|
||||
|
||||
Reference in New Issue
Block a user