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:
@@ -1,6 +1,7 @@
|
||||
import ssl
|
||||
from collections.abc import Iterable
|
||||
from typing_extensions import NotRequired, TypeAlias, TypedDict
|
||||
from typing import TypedDict
|
||||
from typing_extensions import NotRequired, TypeAlias
|
||||
|
||||
_Payload: TypeAlias = str | bytes | bytearray | float
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
from typing import Any
|
||||
from typing_extensions import TypedDict
|
||||
from typing import Any, TypedDict
|
||||
|
||||
from . import MQTTException as MQTTException
|
||||
|
||||
|
||||
Reference in New Issue
Block a user