bump requirements, fix pyflake8 things, unpin botocore/awscli

This commit is contained in:
Leo Hemsted
2018-11-07 13:39:08 +00:00
parent d46caa184e
commit 267c4fc07b
11 changed files with 29 additions and 26 deletions

View File

@@ -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.')