diff --git a/stdlib/builtins.pyi b/stdlib/builtins.pyi index 3c549d97316c..6a73d2e8546b 100644 --- a/stdlib/builtins.pyi +++ b/stdlib/builtins.pyi @@ -2303,10 +2303,6 @@ if sys.version_info >= (3, 15): def __build_class__(func: Callable[[], CellType | Any], name: str, /, *bases: Any, metaclass: Any = ..., **kwds: Any) -> Any: ... -# Backwards compatibility hack for folks who relied on the ellipsis type -# existing in typeshed in Python 3.9 and earlier. -ellipsis = EllipsisType - Ellipsis: EllipsisType NotImplemented: NotImplementedType