diff --git a/stdlib/@python2/_osx_support.pyi b/stdlib/@python2/_osx_support.pyi index 72645167c1af..27a4a019de58 100644 --- a/stdlib/@python2/_osx_support.pyi +++ b/stdlib/@python2/_osx_support.pyi @@ -4,7 +4,7 @@ _T = TypeVar("_T") _K = TypeVar("_K") _V = TypeVar("_V") -__all__: list[str] +__all__ = ["compiler_fixup", "customize_config_vars", "customize_compiler", "get_platform_osx"] _UNIVERSAL_CONFIG_VARS: tuple[str, ...] # undocumented _COMPILER_CONFIG_VARS: tuple[str, ...] # undocumented diff --git a/stdlib/_osx_support.pyi b/stdlib/_osx_support.pyi index ffb25d5a2c0e..cb43fa93bb80 100644 --- a/stdlib/_osx_support.pyi +++ b/stdlib/_osx_support.pyi @@ -5,7 +5,7 @@ _T = TypeVar("_T") _K = TypeVar("_K") _V = TypeVar("_V") -__all__: list[str] +__all__ = ["compiler_fixup", "customize_config_vars", "customize_compiler", "get_platform_osx"] _UNIVERSAL_CONFIG_VARS: tuple[str, ...] # undocumented _COMPILER_CONFIG_VARS: tuple[str, ...] # undocumented