Skip to content

Commit

Permalink
Fix bravado build failure due to bad type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Oct 25, 2020
1 parent e13459e commit fb8b650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bravado/requests_client.py
Expand Up @@ -237,7 +237,7 @@ def build_timeout(
return timeout

def result(self, timeout=None):
# type: (typing.Optional[float]) -> T
# type: (typing.Optional[float]) -> requests.Response
"""Blocking call to wait for API response
:param timeout: timeout in seconds to wait for response. Defaults to
Expand Down

0 comments on commit fb8b650

Please sign in to comment.