We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ebbe2 commit d8d181eCopy full SHA for d8d181e
1 file changed
src/sumo/wrapper/_blob_client.py
@@ -9,7 +9,7 @@ class BlobClient:
9
10
def __init__(self, client, async_client, timeout, retry_strategy):
11
self._client = client
12
- self._async_client = client
+ self._async_client = async_client
13
self._timeout = timeout
14
self._retry_strategy = retry_strategy
15
return
0 commit comments