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