mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user