Skip to content

Commit 53a810b

Browse files
committed
check-typeform.test: Fix import error
1 parent 2d3e4c3 commit 53a810b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-data/unit/check-typeform.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,11 @@ else:
638638
[case testEveryKindOfTypeExpressionIsAssignableToATypeFormVariable]
639639
# NOTE: Importing Callable from collections.abc also works OK
640640
from typing import (
641-
Any, Callable, Dict, List, Literal, LiteralString, NoReturn,
641+
Any, Callable, Dict, List, Literal, NoReturn,
642642
Optional, ParamSpec, Self, Type, TypeGuard, TypeVar, Union,
643643
)
644644
from typing_extensions import (
645-
Annotated, Concatenate, Never, TypeAlias, TypeForm, TypeIs,
645+
Annotated, Concatenate, LiteralString, Never, TypeAlias, TypeForm, TypeIs,
646646
TypeVarTuple, Unpack,
647647
)
648648
#

0 commit comments

Comments
 (0)