mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Removed imported symbols that are not accessed or re-exported (#4387)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for cmd (Python 2/3)
|
||||
|
||||
from typing import IO, Any, Callable, List, Optional, Text, Tuple
|
||||
from typing import IO, Any, Callable, List, Optional, Tuple
|
||||
|
||||
class Cmd:
|
||||
prompt: str
|
||||
|
||||
Reference in New Issue
Block a user