diff --git a/stdlib/types.pyi b/stdlib/types.pyi index ad9019598f79..457cf609da8c 100644 --- a/stdlib/types.pyi +++ b/stdlib/types.pyi @@ -610,8 +610,6 @@ if sys.version_info >= (3, 15): @final class LazyImportType: - @property - def __name__(self) -> str: ... def resolve(self) -> Any: ... @final