We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6f8b3 commit e7987ffCopy full SHA for e7987ff
2 files changed
tests/test_schemalike.py
@@ -3,14 +3,14 @@
3
from typing import Callable, Literal
4
5
from typemap.type_eval import eval_typing
6
-from typemap.typing import Params
7
from typemap_extensions import (
8
NewProtocol,
9
Iter,
10
Attrs,
11
Member,
12
NamedParam,
13
Param,
+ Params,
14
Concat,
15
)
16
tests/test_type_eval.py
@@ -22,7 +22,7 @@
22
import pytest
23
24
from typemap.type_eval import _ensure_context, eval_typing
25
-from typemap.typing import _BoolLiteral, Params
+from typemap.typing import _BoolLiteral
26
27
28
@@ -44,6 +44,7 @@
44
45
Overloaded,
46
47
48
Slice,
49
SpecialFormEllipsis,
50
0 commit comments