Skip to content

Commit 5217a92

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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),

0 commit comments

Comments
 (0)