Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Sep 11, 2023
1 parent c1a3a5a commit 922a998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw_utils/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class ExtendedAsyncHTTPProvider(AsyncHTTPProvider):

_providers: list[AsyncHTTPProvider] = []
_locker_provider: AsyncHTTPProvider | None = None

# Turn off `async_http_retry_request_middleware`
_middlewares: tuple[AsyncMiddleware, ...] = ()

def __init__(
Expand Down

0 comments on commit 922a998

Please sign in to comment.