Skip to content

Commit

Permalink
add missing import lines to async example
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Jan 13, 2022
1 parent 6a90a26 commit 9481876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ AsyncHTTPProvider
>>> from web3 import Web3, AsyncHTTPProvider
>>> from web3.eth import AsyncEth
>>> from web3.net import AsyncNet
>>> from web3.geth import Geth, AsyncGethTxPool
>>> w3 = Web3(
... AsyncHTTPProvider(endpoint_uri),
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2302.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update imports for `AsyncHTTPProvider` sample code

0 comments on commit 9481876

Please sign in to comment.