mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-07 18:30:57 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -2,8 +2,7 @@ from _typeshed import SupportsItems
|
||||
from collections.abc import Callable
|
||||
from logging import Logger
|
||||
from threading import Condition, Event, Lock
|
||||
from typing import Any, TypeVar
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal, TypeVar
|
||||
|
||||
from paramiko.buffered_pipe import BufferedPipe
|
||||
from paramiko.file import BufferedFile
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import ctypes
|
||||
import sys
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
from typing import Literal
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
if sys.platform == "win32":
|
||||
win32con_WM_COPYDATA: int
|
||||
|
||||
Reference in New Issue
Block a user