mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 00:28:26 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -2,13 +2,12 @@ import pytest
|
||||
from flask import json, url_for
|
||||
from jsonschema.exceptions import ValidationError
|
||||
|
||||
from app.schema_validation import validate
|
||||
from app.v2.inbound_sms.inbound_sms_schemas import (
|
||||
get_inbound_sms_request,
|
||||
get_inbound_sms_response,
|
||||
get_inbound_sms_single_response
|
||||
get_inbound_sms_single_response,
|
||||
)
|
||||
from app.schema_validation import validate
|
||||
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import create_inbound_sms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user