Skip to content

Commit ca09c70

Browse files
committed
chore: lint
1 parent 784b553 commit ca09c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web3/_utils/method_formatters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,9 @@ def get_error_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], An
12661266
return compose(*formatters)
12671267

12681268

1269-
def get_null_result_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]:
1269+
def get_null_result_formatters(
1270+
method_name: RPCEndpoint
1271+
) -> Callable[[RPCResponse], Any]:
12701272
formatters = combine_formatters((NULL_RESULT_FORMATTERS,), method_name)
12711273

12721274
return compose(*formatters)

0 commit comments

Comments
 (0)