Skip to content

Commit 821a0f8

Browse files
chore: lint
1 parent 1a49df3 commit 821a0f8

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
@@ -1215,7 +1215,9 @@ def get_error_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], An
12151215
return compose(*formatters)
12161216

12171217

1218-
def get_null_result_formatters(method_name: RPCEndpoint) -> Callable[[RPCResponse], Any]:
1218+
def get_null_result_formatters(
1219+
method_name: RPCEndpoint
1220+
) -> Callable[[RPCResponse], Any]:
12191221
formatters = combine_formatters((NULL_RESULT_FORMATTERS,), method_name)
12201222

12211223
return compose(*formatters)

0 commit comments

Comments
 (0)