Skip to content

Commit 2cb6b14

Browse files
authored
Add type for distutils.command.install.SCHEME_KEYS (#4863)
1 parent 87278af commit 2cb6b14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/3/distutils/command/install.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from distutils.cmd import Command
2-
from typing import Optional
2+
from typing import Optional, Tuple
3+
4+
SCHEME_KEYS: Tuple[str, ...]
35

46
class install(Command):
57
user: bool

0 commit comments

Comments
 (0)