Skip to content

Commit

Permalink
small pep 8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 26, 2014
1 parent 74aff81 commit b477bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/src/entity_manager/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ def get_cls(cls, name):

# returns the (proper) class associated with the
# provided name to the caller method
return name_cls
return name_cls

@classmethod
def get_id(cls):
Expand Down Expand Up @@ -3706,7 +3706,7 @@ def to_map(self, entity_class = None, depth = 0, special = True):

# otherwise it must be a to one relation and only
# one value must be converted into map and set
#in the current entity map
# in the current entity map
else:
# retrieves the value of the relation and converts
# it into the map representation in case it's valid
Expand Down

0 comments on commit b477bfc

Please sign in to comment.