mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-11 19:00:52 +08:00
[stdlib] Mark constants as Final (#14577)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import sys
|
||||
from _typeshed import ReadOnlyBuffer
|
||||
from typing import Any, Literal, TypeVar, final, overload
|
||||
from typing import Any, Final, Literal, TypeVar, final, overload
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
ucd_3_2_0: UCD
|
||||
unidata_version: str
|
||||
unidata_version: Final[str]
|
||||
|
||||
if sys.version_info < (3, 10):
|
||||
ucnhash_CAPI: Any
|
||||
|
||||
Reference in New Issue
Block a user