Skip to content

Commit 04773c9

Browse files
fix: unmatched ']'
1 parent c883493 commit 04773c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/method_formatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ def combine_formatters(
10531053
yield formatter_map[method_name]
10541054

10551055

1056-
def get_request_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]]:
1056+
def get_request_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]:
10571057
request_formatter_maps = (
10581058
ABI_REQUEST_FORMATTERS,
10591059
# METHOD_NORMALIZERS needs to be after ABI_REQUEST_FORMATTERS

0 commit comments

Comments
 (0)