Update typing_extensions imports in third-party stubs (#11245)

This commit is contained in:
Sebastian Rittau
2024-01-05 15:40:13 +01:00
committed by GitHub
parent 1b471a9a0a
commit b6eaadcfe5
488 changed files with 715 additions and 845 deletions

View File

@@ -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.

View File

@@ -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