mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
@@ -13,7 +13,7 @@ class SmsClientResponseException(ClientException):
|
|||||||
self.message = message
|
self.message = message
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "Message {}".format(self.message)
|
return f"Message {self.message}"
|
||||||
|
|
||||||
|
|
||||||
class SmsClient(Client):
|
class SmsClient(Client):
|
||||||
|
|||||||
Reference in New Issue
Block a user