Skip to content

Commit 6f23635

Browse files
committed
Some cleanup on explicit exports
1 parent fa0aec3 commit 6f23635

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

web3/middleware/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,4 @@ async def async_combine_middleware(
108108
"SignAndSendRawMiddlewareBuilder",
109109
"StalecheckMiddlewareBuilder",
110110
"ValidationMiddleware",
111-
"AsyncWeb3",
112-
"Web3",
113-
"RPCResponse",
114-
"combine_middleware",
115-
"async_combine_middleware",
116111
]

web3/providers/persistent/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
__all__ = [
1818
"PersistentConnectionProvider",
1919
"PersistentConnection",
20-
"RequestProcessor",
2120
"AsyncIPCProvider",
2221
"WebSocketProvider",
2322
]

web3/utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
)
2020

2121
__all__ = [
22+
"SimpleCache",
23+
"async_handle_offchain_lookup",
2224
"get_abi_input_names",
2325
"get_abi_output_names",
2426
"get_create_address",
25-
"async_handle_offchain_lookup",
26-
"SimpleCache",
2727
"handle_offchain_lookup",
2828
]

0 commit comments

Comments
 (0)