We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LiteralString
1 parent d36e32e commit bcfc639Copy full SHA for bcfc639
stdlib/os/__init__.pyi
@@ -42,7 +42,7 @@ from typing import (
42
runtime_checkable,
43
type_check_only,
44
)
45
-from typing_extensions import Self, TypeAlias, Unpack, deprecated
+from typing_extensions import Self, TypeAlias, Unpack, deprecated, LiteralString
46
47
from . import path as _path
48
0 commit comments