code review feedback

This commit is contained in:
Kenneth Kehl
2024-08-20 10:29:19 -07:00
parent e0404977c0
commit 5c3b96123a
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ class AwsSnsClient(SmsClient):
def send_sms(self, to, content, reference, sender=None, international=False):
matched = False
print(hilite(f"TO {to}"))
for match in phonenumbers.PhoneNumberMatcher(to, "US"):
matched = True
to = phonenumbers.format_number(