fix imports

This commit is contained in:
Kenneth Kehl
2024-08-19 13:12:31 -07:00
parent 613ee629aa
commit 08fe1a04db
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import os
import re
from time import monotonic
from app.utils import hilite
import botocore
import phonenumbers
from boto3 import client
@@ -10,6 +9,7 @@ from boto3 import client
from app.clients import AWS_CLIENT_CONFIG
from app.clients.sms import SmsClient
from app.cloudfoundry_config import cloud_config
from app.utils import hilite
class AwsSnsClient(SmsClient):