Skip to content

Commit 7721a02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent fa51a25 commit 7721a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/dataclasses.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from _typeshed import DataclassInstance
55
from builtins import type as Type # alias to avoid name clashes with fields named "type"
66
from collections.abc import Callable, Iterable, Mapping
77
from typing import Any, Generic, Literal, Protocol, TypeVar, overload
8-
from typing_extensions import TypeAlias, TypeGuard, TypeIs
8+
from typing_extensions import TypeAlias, TypeIs
99

1010
if sys.version_info >= (3, 9):
1111
from types import GenericAlias

0 commit comments

Comments
 (0)