Skip to content

Commit ce79a61

Browse files
committed
chore: lint
1 parent ca09c70 commit ce79a61

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

12681268

12691269
def get_null_result_formatters(
1270-
method_name: RPCEndpoint
1270+
method_name: RPCEndpoint,
12711271
) -> Callable[[RPCResponse], Any]:
12721272
formatters = combine_formatters((NULL_RESULT_FORMATTERS,), method_name)
12731273

0 commit comments

Comments
 (0)