Skip to content

Commit 3945dcb

Browse files
author
Lucas McDonald
committed
m
1 parent 37a24b4 commit 3945dcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TestVectors/runtimes/python/src/aws_dbesdk_dynamodb_test_vectors/internaldafny/extern/CreateInterceptedDDBTable.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ def batch_write_item(self, **kwargs):
143143
raise ValueError(f"Unknown request type: {item}")
144144
# There isn't a shape for the output, but luckily the output can be an empty dict:
145145
# https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/batch_write_item.html
146-
table_output = {}
147-
client_output = self._resource_shape_to_client_shape_converter.batch_write_item_response(table_output)
146+
client_output = {}
148147
return client_output
149148

150149
def batch_get_item(self, **kwargs):

0 commit comments

Comments
 (0)