mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -3,8 +3,8 @@ from _typeshed import Incomplete, ReadableBuffer
|
||||
from collections.abc import Sequence
|
||||
from datetime import date, datetime, time
|
||||
from types import TracebackType
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Literal, Self, TypeAlias
|
||||
from typing import Any, Literal, overload
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
from .resultrow import ResultRow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user