Skip to content

Commit d7b4615

Browse files
authored
Remove Python version flag from test case
1 parent cb768f6 commit d7b4615

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test-data/unit/check-type-aliases.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,6 @@ Ta2 = TypeAliasType("Ta2", None, type_params=(Unpack[Ts],)) # E: Free type vari
12381238
[builtins fixtures/tuple.pyi]
12391239

12401240
[case testGenericTypeAliasArgOfTypeAliasIsUnpackedTuple]
1241-
# flags: --python-version 3.10
12421241
from typing_extensions import TypeAlias
12431242
from typing import TypeVarTuple, Unpack
12441243

0 commit comments

Comments
 (0)