Skip to content

Commit

Permalink
fix(mock): lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 5, 2016
1 parent c0f7138 commit 425048e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pook/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,16 +655,6 @@ def match(self, request):
callback(request, self)

return True

@property
def calls(self):
"""
Accessor to retrieve the number of mock matched calls.
Returns:
int
"""
return self._matches

def __call__(self, fn):
"""
Expand Down

0 comments on commit 425048e

Please sign in to comment.