mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import sys
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal, overload
|
||||
|
||||
if sys.platform != "win32" and sys.platform != "darwin":
|
||||
AFMT_AC3: int
|
||||
|
||||
Reference in New Issue
Block a user