Skip to content

Commit

Permalink
rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinner-lyft committed Sep 12, 2020
1 parent 6a3c6a6 commit dbe0f86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pynamodb/attributes.py
Expand Up @@ -878,12 +878,6 @@ def as_dict(self):
result[key] = value.as_dict() if isinstance(value, MapAttribute) else value
return result

@classmethod
def _get_serialize_class(cls, key, value):
if not cls.is_raw():
return cls.get_attributes().get(key)
return _get_class_for_serialize(value)


def _get_class_for_serialize(value):
if value is None:
Expand Down

0 comments on commit dbe0f86

Please sign in to comment.