mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import uuid
|
||||
|
||||
from tests.app.db import (
|
||||
create_service_inbound_api,
|
||||
create_service_callback_api
|
||||
)
|
||||
|
||||
from app.models import ServiceInboundApi, ServiceCallbackApi
|
||||
from app.models import ServiceCallbackApi, ServiceInboundApi
|
||||
from tests.app.db import create_service_callback_api, create_service_inbound_api
|
||||
|
||||
|
||||
def test_create_service_inbound_api(admin_request, sample_service):
|
||||
|
||||
Reference in New Issue
Block a user