Skip to content

Commit 8dc2b78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent b219a77 commit 8dc2b78

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
@@ -41,7 +41,7 @@ from typing import (
4141
runtime_checkable,
4242
type_check_only,
4343
)
44-
from typing_extensions import Self, TypeAlias, Unpack, deprecated, LiteralString
44+
from typing_extensions import LiteralString, Self, TypeAlias, Unpack, deprecated
4545

4646
from . import path as _path
4747

0 commit comments

Comments
 (0)