mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 01:47:41 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Stubs-only module with type aliases for ExifRead.
|
||||
|
||||
from typing import Any, Protocol
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
from typing import Any, Literal, Protocol
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
# The second item of the value tuple - if it exists - can be a variety of types,
|
||||
# including a callable or another dict.
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from logging import Logger
|
||||
from typing import Any
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal
|
||||
|
||||
from ._types import Reader, TagDict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user