Skip to content

Commit e8a001f

Browse files
committed
Update types.py
1 parent 4288b3e commit e8a001f

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
@@ -69,7 +69,7 @@
6969
Timestamp = NewType("Timestamp", int)
7070
Wei = NewType("Wei", int)
7171
Gwei = NewType("Gwei", int)
72-
Formatter = Callable[TParams, TReturn]
72+
Formatter = Callable[..., TReturn]
7373
Formatters = Dict[RPCEndpoint, Formatter[Any]]
7474
ResponseFormatter = Callable[["RPCResponse"], TReturn]
7575
ResponseFormatters = Dict[RPCEndpoint, ResponseFormatter[Any]]

0 commit comments

Comments
 (0)