Skip to content

Commit

Permalink
requests->httpx
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 23, 2023
1 parent e8f9f5e commit f2cbd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/flux_restful_client/main/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def do_request(
attempts=None,
):
"""
Do a request. This is a wrapper around requests.
Do a request. This is a wrapper around httpx.
"""
attempts = self.attempts if attempts is None else attempts
timeout = self.timeout if timeout is None else timeout
Expand Down

0 comments on commit f2cbd05

Please sign in to comment.