mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
from datetime import date
|
||||
import json
|
||||
from datetime import date
|
||||
|
||||
from flask import url_for
|
||||
from freezegun import freeze_time
|
||||
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import create_complaint, create_service, create_template, create_notification
|
||||
from tests.app.db import (
|
||||
create_complaint,
|
||||
create_notification,
|
||||
create_service,
|
||||
create_template,
|
||||
)
|
||||
|
||||
|
||||
def test_get_all_complaints_returns_complaints_for_multiple_services(client, notify_db_session):
|
||||
|
||||
Reference in New Issue
Block a user