Skip to content

Commit 5f99954

Browse files
committed
chore: lint
1 parent 821a0f8 commit 5f99954

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
@@ -1216,7 +1216,7 @@ def get_error_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], An
12161216

12171217

12181218
def get_null_result_formatters(
1219-
method_name: RPCEndpoint
1219+
method_name: RPCEndpoint,
12201220
) -> Callable[[RPCResponse], Any]:
12211221
formatters = combine_formatters((NULL_RESULT_FORMATTERS,), method_name)
12221222

0 commit comments

Comments
 (0)