Skip to content

Commit e7987ff

Browse files
committed
fix import locations
1 parent fc6f8b3 commit e7987ff

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_schemalike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
from typing import Callable, Literal
44

55
from typemap.type_eval import eval_typing
6-
from typemap.typing import Params
76
from typemap_extensions import (
87
NewProtocol,
98
Iter,
109
Attrs,
1110
Member,
1211
NamedParam,
1312
Param,
13+
Params,
1414
Concat,
1515
)
1616

tests/test_type_eval.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import pytest
2323

2424
from typemap.type_eval import _ensure_context, eval_typing
25-
from typemap.typing import _BoolLiteral, Params
25+
from typemap.typing import _BoolLiteral
2626

2727
from typemap_extensions import (
2828
Attrs,
@@ -44,6 +44,7 @@
4444
NewProtocol,
4545
Overloaded,
4646
Param,
47+
Params,
4748
Slice,
4849
SpecialFormEllipsis,
4950
Concat,

0 commit comments

Comments
 (0)