Skip to content

Commit

Permalink
fix typo #3161 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjr committed Jul 5, 2022
1 parent 3fe1ce8 commit a93d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def request(
payload: dict = None,
headers: dict = None,
return_response: bool = False,
read_before_return: bool = True,
read_before_return: bool = False,
) -> Union[ClientResponse, Dict[str, Any], str]:
"""
Makes a HTTP request.
Expand Down

0 comments on commit a93d81e

Please sign in to comment.