Add __all__ to _osx_support (#7136)

This commit is contained in:
Alex Waygood
2022-02-05 15:27:01 +00:00
committed by GitHub
parent c1e3be1248
commit 004f12a1eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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