mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 11:07:17 +08:00
Removed a bunch of unused import symbols detected by pyright. (#5060)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Dict, List, Optional, Pattern, Text, Tuple, Union
|
||||
from typing import Dict, List, Pattern, Text, Tuple, Union
|
||||
from typing_extensions import Literal
|
||||
|
||||
_DEFAULT_DELIMITER: str
|
||||
|
||||
Reference in New Issue
Block a user