Skip to content

Commit

Permalink
Add async_http_retry_request_middleware to middleware __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jul 5, 2023
1 parent 0366579 commit db7e344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/middleware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
construct_exception_handler_middleware,
)
from .exception_retry_request import ( # noqa: F401
async_http_retry_request_middleware,
http_retry_request_middleware,
)
from .filter import ( # noqa: F401
Expand Down

0 comments on commit db7e344

Please sign in to comment.