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:
Đỗ Trọng Hải
2024-08-01 22:52:40 +07:00
committed by GitHub
parent 5936e8dbca
commit 71786dba64

View File

@@ -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,