Skip to content

Commit

Permalink
Use async_client param when setting blobclient async_client (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Aug 12, 2024
1 parent a4ebbe2 commit d8d181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumo/wrapper/_blob_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class BlobClient:

def __init__(self, client, async_client, timeout, retry_strategy):
self._client = client
self._async_client = client
self._async_client = async_client
self._timeout = timeout
self._retry_strategy = retry_strategy
return
Expand Down

0 comments on commit d8d181e

Please sign in to comment.