Skip to content

Commit 4742932

Browse files
committed
chore: refactor
1 parent fe00321 commit 4742932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def process_params(
217217
)
218218

219219
if request_formatters := self.request_formatters(method):
220-
params = tuple(request_formatters(params)) # type: ignore[assignment]
220+
params = request_formatters(params)
221221

222222
request = method, params
223223

0 commit comments

Comments
 (0)