We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61942e6 commit 86ae1beCopy full SHA for 86ae1be
web3/_utils/method_formatters.py
@@ -172,7 +172,7 @@ def type_aware_apply_formatters_to_dict(
172
value = value.model_dump(by_alias=True)
173
174
formatted: Dict[str, Any]
175
- formatted = apply_formatters_to_dict(formatters, value)
+ formatted = apply_formatters_to_dict(formatters, value) # type: ignore [arg-type]
176
return AttributeDict.recursive(formatted) if is_attrdict(value) else formatted
177
178
0 commit comments