Skip to content

Commit

Permalink
models: fix docstring (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst committed Sep 14, 2020
1 parent 80aef76 commit c7cbd47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynamodb/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,6 @@ def _serialize_value(cls, attr, value):
:param attr: an instance of `Attribute` for serialization
:param value: a value to be serialized
:param null_check: If True, then attributes are checked for null
"""
serialized = attr.serialize(value)

Expand Down

0 comments on commit c7cbd47

Please sign in to comment.