mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Iterator
|
||||
from typing_extensions import Final
|
||||
from typing import Final
|
||||
|
||||
from ..lexer import Lexer, RegexLexer
|
||||
from ..token import _TokenType
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Final
|
||||
from typing import Final
|
||||
|
||||
from ..lexer import RegexLexer
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Iterator, Mapping, Set as AbstractSet
|
||||
from typing_extensions import TypedDict
|
||||
from typing import TypedDict
|
||||
|
||||
from pygments.token import _TokenType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user