Skip to content

Commit 9f19823

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 0be469f commit 9f19823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/types.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from collections.abc import (
1616
ValuesView,
1717
)
1818
from importlib.machinery import ModuleSpec
19-
from typing import Any, ClassVar, Literal, TypeVar, _SpecialForm, final, overload
19+
from typing import Any, ClassVar, Literal, TypeVar, final, overload
2020
from typing_extensions import ParamSpec, Self, TypeAliasType, TypeVarTuple, deprecated, disjoint_base
2121

2222
if sys.version_info >= (3, 14):

0 commit comments

Comments
 (0)