Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pynamodb/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def _container_deserialize(self, attribute_values: Dict[str, Dict[str, Any]]) ->
"""
Sets attributes sent back from DynamoDB on this object
"""
self.attribute_values = {}
self._set_discriminator()
self._set_defaults(_user_instantiated=False)
for name, attr in self.get_attributes().items():
Expand Down