Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jmphilli committed May 10, 2017
1 parent 8239930 commit 032498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynamodb/attributes.py
Expand Up @@ -522,7 +522,7 @@ def _get_deserialize_class(cls, key, value):


def _get_value_for_deserialize(value):
key = list(value.keys())[0]
key = next(iter(value.keys()))
if key == NULL:
return None
return value[key]
Expand Down

0 comments on commit 032498c

Please sign in to comment.