Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Type hints: Simplify to improve user experiences (#3307)
* Switch to SchemaBase instead of specific Altair classes * Same for docstrings * Simplify dictionaries in docstrings * Fix deduplication of type hints * Sort types by length to show str, float, etc. before core.SchemaBase and core._Parameter * Make order of type hints deterministic * Remove Union within Union due to UndefinedType * Remove unnecessary class name + dict from beginning of docstrings * Remove unused type ignore comment * Keep all class names in docstrings
- Loading branch information