Skip to content

Commit

Permalink
revert part of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
David Froger committed Dec 13, 2023
1 parent e51ee45 commit 5a73977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/cmdline.test
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ always_true =
[out]

[case testTypeVarTupleUnpackEnabled]
# cmd: mypy a.py
# cmd: mypy --enable-incomplete-feature=TypeVarTuple --enable-incomplete-feature=Unpack a.py
[file a.py]
from typing_extensions import TypeVarTuple
Ts = TypeVarTuple("Ts")
Expand Down

0 comments on commit 5a73977

Please sign in to comment.