Skip to content

Commit 08027c6

Browse files
Update method.py
1 parent 6416e5c commit 08027c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
Web3ValueError,
3232
)
3333
from web3.types import (
34+
RequestFormatter,
3435
RPCEndpoint,
3536
RPCResponse,
3637
TFunc,
@@ -46,7 +47,6 @@
4647

4748

4849
Munger = Callable[..., Any]
49-
RequestFormatter = Callable[..., TReturn]
5050
RequestArgs = Tuple[RPCEndpoint, Sequence[Any]]
5151
ResponseFormatter = Callable[[RPCResponse], TReturn]
5252
ResponseFormatters = Tuple[

0 commit comments

Comments
 (0)