mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Self, final
|
||||
from typing import Any, final, overload
|
||||
from typing_extensions import Self
|
||||
|
||||
ATTR_CASE: int
|
||||
CASE_LOWER: int
|
||||
|
||||
Reference in New Issue
Block a user