mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 21:42:25 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import abc
|
||||
from _typeshed import Incomplete
|
||||
from decimal import Decimal
|
||||
from typing import overload
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal, overload
|
||||
from xml.etree.ElementTree import Element
|
||||
|
||||
import qrcode.image.base
|
||||
|
||||
Reference in New Issue
Block a user