mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-12 13:11:42 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import logging
|
||||
from _typeshed import Incomplete, SupportsWrite
|
||||
from collections.abc import Iterable, Iterator
|
||||
from typing import Any, TypeVar, overload
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal, TypeVar, overload
|
||||
|
||||
logger: logging.Logger
|
||||
DEBUG: bool
|
||||
|
||||
Reference in New Issue
Block a user