fix(ci): remove unused "type: ignore" comment to unblock precommit check in CI (#29830)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
parent
5936e8dbca
commit
71786dba64
|
|
@ -211,7 +211,7 @@ def dumps( # pylint: disable=too-many-arguments
|
|||
cls=cls,
|
||||
)
|
||||
except UnicodeDecodeError:
|
||||
results_string = simplejson.dumps( # type: ignore[call-overload]
|
||||
results_string = simplejson.dumps(
|
||||
obj,
|
||||
default=default,
|
||||
allow_nan=allow_nan,
|
||||
|
|
|
|||
Loading…
Reference in New Issue