mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from collections.abc import Iterator
|
||||
from typing import Any, ClassVar, Generic, TypeVar
|
||||
from typing_extensions import Literal, Self
|
||||
from typing import Any, ClassVar, Generic, Literal, TypeVar
|
||||
from typing_extensions import Self
|
||||
|
||||
from stripe.stripe_object import StripeObject
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from typing import Any
|
||||
from typing_extensions import Literal, Self
|
||||
from typing import Any, Literal
|
||||
from typing_extensions import Self
|
||||
|
||||
from stripe.api_resources.abstract import CreateableAPIResource, DeletableAPIResource, ListableAPIResource
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal
|
||||
|
||||
from stripe import Event, error as error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user