Skip to content

Commit cdf9a2c

Browse files
Update method.py
1 parent ac58ba3 commit cdf9a2c

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
@@ -32,6 +32,7 @@
3232
)
3333
from web3.types import (
3434
RequestFormatter,
35+
ResponseFormatter,
3536
RPCEndpoint,
3637
RPCResponse,
3738
TFunc,
@@ -48,7 +49,6 @@
4849

4950
Munger = Callable[..., Any]
5051
RequestArgs = Tuple[RPCEndpoint, Sequence[Any]]
51-
ResponseFormatter = Callable[[RPCResponse], TReturn]
5252
ResponseFormatters = Tuple[
5353
ResponseFormatter[TReturn], ResponseFormatter[TReturn], ResponseFormatter[TReturn]
5454
]

0 commit comments

Comments
 (0)