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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,