mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-16 23:29:34 -04: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