Fix flake8 failures
This commit is contained in:
parent
0f6086f708
commit
ff6a57f443
5 changed files with 17 additions and 20 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue