mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
fix imports
This commit is contained in:
@@ -2,7 +2,6 @@ import os
|
|||||||
import re
|
import re
|
||||||
from time import monotonic
|
from time import monotonic
|
||||||
|
|
||||||
from app.utils import hilite
|
|
||||||
import botocore
|
import botocore
|
||||||
import phonenumbers
|
import phonenumbers
|
||||||
from boto3 import client
|
from boto3 import client
|
||||||
@@ -10,6 +9,7 @@ from boto3 import client
|
|||||||
from app.clients import AWS_CLIENT_CONFIG
|
from app.clients import AWS_CLIENT_CONFIG
|
||||||
from app.clients.sms import SmsClient
|
from app.clients.sms import SmsClient
|
||||||
from app.cloudfoundry_config import cloud_config
|
from app.cloudfoundry_config import cloud_config
|
||||||
|
from app.utils import hilite
|
||||||
|
|
||||||
|
|
||||||
class AwsSnsClient(SmsClient):
|
class AwsSnsClient(SmsClient):
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ from app.user.users_schema import (
|
|||||||
post_verify_code_schema,
|
post_verify_code_schema,
|
||||||
post_verify_webauthn_schema,
|
post_verify_webauthn_schema,
|
||||||
)
|
)
|
||||||
from app.utils import hilite, url_with_token, utc_now
|
from app.utils import url_with_token, utc_now
|
||||||
from notifications_utils.recipients import is_us_phone_number, use_numeric_sender
|
from notifications_utils.recipients import is_us_phone_number, use_numeric_sender
|
||||||
|
|
||||||
user_blueprint = Blueprint("user", __name__)
|
user_blueprint = Blueprint("user", __name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user