Skip to content

Commit

Permalink
fix(ci): remove unused "type: ignore" comment to unblock precommit ch…
Browse files Browse the repository at this point in the history
…eck in CI (#29830)

Signed-off-by: hainenber <dotronghai96@gmail.com>
  • Loading branch information
hainenber authored Aug 1, 2024
1 parent 5936e8d commit 71786db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71786db

Please sign in to comment.