mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import threading
|
||||
from collections.abc import Iterator
|
||||
from types import TracebackType
|
||||
from typing import Protocol
|
||||
from typing_extensions import Literal, Self
|
||||
from typing import Literal, Protocol
|
||||
from typing_extensions import Self
|
||||
|
||||
__version__: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user