mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Add type for distutils.command.install.SCHEME_KEYS (#4863)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user