diff --git a/stdlib/3/distutils/command/install.pyi b/stdlib/3/distutils/command/install.pyi index 362bde5ac..12e83d976 100644 --- a/stdlib/3/distutils/command/install.pyi +++ b/stdlib/3/distutils/command/install.pyi @@ -1,5 +1,7 @@ from distutils.cmd import Command -from typing import Optional +from typing import Optional, Tuple + +SCHEME_KEYS: Tuple[str, ...] class install(Command): user: bool