mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from _typeshed import Incomplete, SupportsRead
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal, overload
|
||||
from xml.etree.ElementTree import Element
|
||||
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user