mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 00:58:28 +08:00
Reduce use of deprecated typing aliases (#6358)
This commit is contained in:
@@ -3,7 +3,7 @@ from typing_extensions import TypedDict
|
||||
|
||||
from pygments.token import _TokenType
|
||||
|
||||
ansicolors: Set[str] # not intended to be mutable
|
||||
ansicolors: Set[str] # not intended to be mutable (== typing.AbstractSet, not builtins.set)
|
||||
|
||||
class _StyleDict(TypedDict):
|
||||
color: str | None
|
||||
|
||||
Reference in New Issue
Block a user