Fix flake8 failures

This commit is contained in:
Karl Gutwin 2018-11-08 11:08:24 -05:00
commit ff6a57f443
5 changed files with 17 additions and 20 deletions

View file

@ -175,7 +175,7 @@ class DynamoHandler(BaseResponse):
table = self.dynamodb_backend.update_table_throughput(name, throughput)
if 'StreamSpecification' in self.body:
table = self.dynamodb_backend.update_table_streams(name, self.body['StreamSpecification'])
return dynamo_json_dump(table.describe())
def describe_table(self):