Skip to content

Commit 57af53d

Browse files
chore: fix mypy err
1 parent 0c6e99e commit 57af53d

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
@@ -48,7 +48,7 @@
4848

4949

5050
Munger = Callable[..., Any]
51-
RequestFormatter = Callable[[RPCResponse], TReturn]
51+
RequestFormatter = Callable[..., TReturn]
5252
RequestArgs = Tuple[RPCEndpoint, Tuple[Any, ...]]
5353
ResponseFormatter = Callable[[RPCResponse], TReturn]
5454
ResponseFormatters = Tuple[ResponseFormatter[TReturn], ResponseFormatter[TReturn], ResponseFormatter[TReturn]]

0 commit comments

Comments
 (0)