mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
from app import db
|
||||
from werkzeug.datastructures import MultiDict
|
||||
from app.dao import DAOClass
|
||||
from app.models import (
|
||||
Permission,
|
||||
Service,
|
||||
User,
|
||||
MANAGE_USERS,
|
||||
MANAGE_TEMPLATES,
|
||||
MANAGE_SETTINGS,
|
||||
|
||||
Reference in New Issue
Block a user