mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
import uuid
|
||||
import json
|
||||
import uuid
|
||||
|
||||
from app.dao.service_guest_list_dao import (
|
||||
dao_add_and_commit_guest_list_contacts,
|
||||
)
|
||||
from app.models import EMAIL_TYPE, MOBILE_TYPE, ServiceGuestList
|
||||
from tests import create_authorization_header
|
||||
|
||||
from app.models import (
|
||||
ServiceGuestList,
|
||||
MOBILE_TYPE, EMAIL_TYPE)
|
||||
|
||||
from app.dao.service_guest_list_dao import dao_add_and_commit_guest_list_contacts
|
||||
|
||||
|
||||
def test_get_guest_list_returns_data(client, sample_service_guest_list):
|
||||
service_id = sample_service_guest_list.service_id
|
||||
|
||||
Reference in New Issue
Block a user