Skip to content

Commit 093ef7a

Browse files
Update types.py
1 parent b377d20 commit 093ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
Timestamp = NewType("Timestamp", int)
6767
Wei = NewType("Wei", int)
6868
Gwei = NewType("Gwei", int)
69-
Formatter = Callable[TParams, TReturn]
69+
Formatter = Callable[..., TReturn]
7070
Formatters = Dict[RPCEndpoint, Formatter[Any]]
7171
ResponseFormatter = Callable[["RPCResponse"], TReturn]
7272
ResponseFormatters = Dict[RPCEndpoint, ResponseFormatter[Any]]

0 commit comments

Comments
 (0)