Skip to content

Commit bcfc639

Browse files
committed
fix LiteralString import
1 parent d36e32e commit bcfc639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/os/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from typing import (
4242
runtime_checkable,
4343
type_check_only,
4444
)
45-
from typing_extensions import Self, TypeAlias, Unpack, deprecated
45+
from typing_extensions import Self, TypeAlias, Unpack, deprecated, LiteralString
4646

4747
from . import path as _path
4848

0 commit comments

Comments
 (0)