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 c883493 commit 04773c9Copy full SHA for 04773c9
web3/_utils/method_formatters.py
@@ -1053,7 +1053,7 @@ def combine_formatters(
1053
yield formatter_map[method_name]
1054
1055
1056
-def get_request_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]]:
+def get_request_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]:
1057
request_formatter_maps = (
1058
ABI_REQUEST_FORMATTERS,
1059
# METHOD_NORMALIZERS needs to be after ABI_REQUEST_FORMATTERS
0 commit comments