Skip to content

Commit 92baed0

Browse files
chore: fix mypy err
1 parent a894632 commit 92baed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web3/module.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from web3.types import (
3636
FormattedEthSubscriptionResponse,
3737
RPCResponse,
38+
TFunc,
3839
)
3940

4041
if TYPE_CHECKING:
@@ -190,7 +191,7 @@ class Module:
190191
is_async = False
191192

192193
retrieve_request_information: Callable[
193-
[Method[Callable[..., Any]]],
194+
[Method[TFunc]],
194195
Union[
195196
Callable[..., Tuple[RequestArgs, ResponseFormatters[Any]]],
196197
Callable[

0 commit comments

Comments
 (0)