Skip to content

Commit

Permalink
Remove extraneous empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ejesse committed Jul 17, 2015
1 parent 0bcd2d0 commit 2f3904f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ def _set_rid(self, rid):
def rid(self, rid):
self._set_rid(rid)




def __getattribute__(self, name):
val = super(Model, self).__getattribute__(name)
if isinstance(val, Field):
Expand Down

0 comments on commit 2f3904f

Please sign in to comment.