diff --git a/numpy/_core/_ufunc_config.pyi b/numpy/_core/_ufunc_config.pyi index 4443f7c2725f..6c95fb8f3e84 100644 --- a/numpy/_core/_ufunc_config.pyi +++ b/numpy/_core/_ufunc_config.pyi @@ -1,8 +1,9 @@ from collections.abc import Callable -from _typeshed import SupportsWrite from types import TracebackType from typing import Any, Final, Literal, TypeAlias, TypedDict, TypeVar, type_check_only +from _typeshed import SupportsWrite + __all__ = [ "seterr", "geterr",