We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba065d commit 9a04315Copy full SHA for 9a04315
1 file changed
conformance/tests/aliases_type_statement.py
@@ -48,15 +48,6 @@ def func2(x: object):
48
type BadTypeAlias12 = list or set # E
49
type BadTypeAlias13 = f"{'int'}" # E
50
51
-type BadTypeAlias14 = int # E[TA14]: redeclared
52
53
-
54
55
-def func3():
56
- type BadTypeAlias15 = int # E: alias not allowed in function
57
58
59
60
V = TypeVar("V")
61
62
type TA1[K] = dict[K, V] # E: combines old and new TypeVars
0 commit comments