mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 20:12:21 +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
|
||||
from typing_extensions import final
|
||||
from typing import Any, final
|
||||
|
||||
class Str(str): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user