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,5 +1,10 @@
from datetime import date
from tests.app.db import create_template, create_ft_notification_status, create_process_time
from tests.app.db import (
create_ft_notification_status,
create_process_time,
create_template,
)
def test_performance_dashboard(sample_service, admin_request):