Skip to content

Commit

Permalink
self in class method
Browse files Browse the repository at this point in the history
  • Loading branch information
kabniel committed Jun 5, 2014
1 parent 8363791 commit 3d7815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypump/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def save(self):

@classmethod
def load(cls, webfinger, pypump):
return self()
return cls()

class JSONStore(AbstractStore):
"""
Expand Down

0 comments on commit 3d7815d

Please sign in to comment.