mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 03:01:25 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -12,8 +12,7 @@ from threading import (
|
||||
RLock as RLock,
|
||||
Semaphore as Semaphore,
|
||||
)
|
||||
from typing import Any
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal
|
||||
|
||||
from .connection import Pipe as Pipe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user