Skip to content

Commit

Permalink
Merge pull request #4 from chrism2671/patch-1
Browse files Browse the repository at this point in the history
Fix recursion error on calling `method`.
  • Loading branch information
wy-z authored Sep 2, 2020
2 parents f44b1ba + ce8652e commit 6b9bce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests_openapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def operation_id(self):

@property
def method(self):
return self.method
return self._method

@property
def path(self):
Expand Down

0 comments on commit 6b9bce3

Please sign in to comment.