mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[stdlib] Mark constants as Final (#14577)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ _T = TypeVar("_T")
|
||||
_P = ParamSpec("_P")
|
||||
_Mode: TypeAlias = Literal["inline", "cli"]
|
||||
|
||||
line_prefix: str # undocumented
|
||||
line_prefix: Final[str] # undocumented
|
||||
|
||||
class Restart(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user