Run auto-correct on app/ and tests/

This commit is contained in:
Ben Thorner
2021-03-12 11:45:45 +00:00
parent 321b4913ed
commit a91fde2fda
248 changed files with 2022 additions and 1712 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
from app.dao.email_branding_dao import (
dao_get_email_branding_options,
dao_get_email_branding_by_id,
dao_get_email_branding_by_name,
dao_get_email_branding_options,
dao_update_email_branding,
)
from app.models import EmailBranding
from tests.app.db import create_email_branding