mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Fix Final literal values in various third-party stubs (#15521)
This commit is contained in:
@@ -13,7 +13,7 @@ _S = TypeVar("_S", bound=Serialisable)
|
||||
COLOR_INDEX: Final[tuple[str, ...]]
|
||||
BLACK: Final = "00000000"
|
||||
WHITE: Final = "00FFFFFF"
|
||||
BLUE: Final = "00FFFFFF"
|
||||
BLUE: Final = "000000FF"
|
||||
aRGB_REGEX: Final[Pattern[str]]
|
||||
|
||||
class RGB(Typed[str, _N]):
|
||||
|
||||
Reference in New Issue
Block a user