We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b377d20 commit 093ef7aCopy full SHA for 093ef7a
web3/types.py
@@ -66,7 +66,7 @@
66
Timestamp = NewType("Timestamp", int)
67
Wei = NewType("Wei", int)
68
Gwei = NewType("Gwei", int)
69
-Formatter = Callable[TParams, TReturn]
+Formatter = Callable[..., TReturn]
70
Formatters = Dict[RPCEndpoint, Formatter[Any]]
71
ResponseFormatter = Callable[["RPCResponse"], TReturn]
72
ResponseFormatters = Dict[RPCEndpoint, ResponseFormatter[Any]]
0 commit comments