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

@@ -6,14 +6,17 @@ import requests_mock
from freezegun import freeze_time
from app import encryption
from app.celery.service_callback_tasks import send_delivery_status_to_service, send_complaint_to_service
from app.celery.service_callback_tasks import (
send_complaint_to_service,
send_delivery_status_to_service,
)
from app.utils import DATETIME_FORMAT
from tests.app.db import (
create_complaint,
create_notification,
create_service_callback_api,
create_service,
create_template
create_service_callback_api,
create_template,
)