Run auto-correct on app/ and tests/

This commit is contained in:
Ben Thorner
2021-03-10 13:55:06 +00:00
parent 321b4913ed
commit a91fde2fda
248 changed files with 2026 additions and 1716 deletions

View File

@@ -1,16 +1,16 @@
from app import db
from app.dao import DAOClass
from app.models import (
Permission,
MANAGE_USERS,
MANAGE_TEMPLATES,
MANAGE_API_KEYS,
MANAGE_SETTINGS,
SEND_TEXTS,
MANAGE_TEMPLATES,
MANAGE_USERS,
SEND_EMAILS,
SEND_LETTERS,
MANAGE_API_KEYS,
VIEW_ACTIVITY)
SEND_TEXTS,
VIEW_ACTIVITY,
Permission,
)
# Default permissions for a service
default_service_permissions = [