mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import uuid
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from app.dao.complaint_dao import (
|
||||
@@ -9,7 +8,12 @@ from app.dao.complaint_dao import (
|
||||
save_complaint,
|
||||
)
|
||||
from app.models import Complaint
|
||||
from tests.app.db import create_service, create_template, create_notification, create_complaint
|
||||
from tests.app.db import (
|
||||
create_complaint,
|
||||
create_notification,
|
||||
create_service,
|
||||
create_template,
|
||||
)
|
||||
|
||||
|
||||
def test_fetch_paginated_complaints(mocker, sample_email_notification):
|
||||
|
||||
Reference in New Issue
Block a user