We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c67942 commit fd23498Copy full SHA for fd23498
pynamodb_mate/patterns/large_attribute/impl.py
@@ -190,8 +190,6 @@ def clean_up_created_s3_object_when_update_dynamodb_item_failed(
190
This method can clean up the new S3 object.
191
192
:param s3_client: ``boto3.client("s3")`` object.
193
- :param old_model: the old model object before updating it, we need this
194
- to figure out whether the old S3 object got changed.
195
"""
196
s3_uri_list = list()
197
for action in self.actions:
0 commit comments