Skip to content

Commit 9481876

Browse files
author
pacrob
committed
add missing import lines to async example
1 parent 6a90a26 commit 9481876

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/providers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ AsyncHTTPProvider
385385
>>> from web3 import Web3, AsyncHTTPProvider
386386
>>> from web3.eth import AsyncEth
387387
>>> from web3.net import AsyncNet
388+
>>> from web3.geth import Geth, AsyncGethTxPool
388389
389390
>>> w3 = Web3(
390391
... AsyncHTTPProvider(endpoint_uri),

newsfragments/2302.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update imports for `AsyncHTTPProvider` sample code

0 commit comments

Comments
 (0)