Skip to content

Commit fd23498

Browse files
committed
[no ci] fix doc
1 parent 6c67942 commit fd23498

File tree

1 file changed

+0
-2
lines changed
  • pynamodb_mate/patterns/large_attribute

1 file changed

+0
-2
lines changed

pynamodb_mate/patterns/large_attribute/impl.py

-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ def clean_up_created_s3_object_when_update_dynamodb_item_failed(
190190
This method can clean up the new S3 object.
191191
192192
: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.
195193
"""
196194
s3_uri_list = list()
197195
for action in self.actions:

0 commit comments

Comments
 (0)