mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
bump requirements, fix pyflake8 things, unpin botocore/awscli
This commit is contained in:
@@ -19,7 +19,7 @@ class SmsClient(Client):
|
||||
'''
|
||||
|
||||
def send_sms(self, *args, **kwargs):
|
||||
raise NotImplemented('TODO Need to implement.')
|
||||
raise NotImplementedError('TODO Need to implement.')
|
||||
|
||||
def get_name(self):
|
||||
raise NotImplemented('TODO Need to implement.')
|
||||
raise NotImplementedError('TODO Need to implement.')
|
||||
|
||||
Reference in New Issue
Block a user