Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(typing): reduce type ignores in
api.py
(vega#3480)
* refactor(typing): reduce type ignores in `api.py` * feat(typing): adds `_is_undefined` guard Direct copy from another PR, but is helpful here https://github.com/dangotbanned/altair/blob/d607c70824860ef3478d7d3996d26dc516d69369/altair/vegalite/v5/api.py#L504 * fix(typing): `ignore[index]` from vega#3455 * fix(typing): `[ignore[arg-type]` from vega#3452 * refactor(typing): use `_is_undefined` in some cases * refactor: reduce code duplication in `Chart.to_dict` * fix(typing): Recover `TopLevelMixin.resolve_` return types I removed these in 6adf564 due to how complex they were getting, but both `mypy` and `pyright` seem happy with this solution * fix(typing): narrow annotated types for `_check_if_valid_subspec` Following investigation during vega#3480 (comment) * refactor: remove unused `_wrapper_classes` argument from `SchemaBase` Fixes: - vega#3480 (comment) - vega#3480 (comment) - vega#3480 (comment)
- Loading branch information