mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +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,6 @@
|
||||
import sys
|
||||
from _typeshed import structseq
|
||||
from typing_extensions import Final, final
|
||||
from typing import Final, final
|
||||
|
||||
if sys.platform != "win32":
|
||||
RLIMIT_AS: int
|
||||
|
||||
Reference in New Issue
Block a user