Skip to content

Commit eccab05

Browse files
committed
.
1 parent b8c1811 commit eccab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/check_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def foo(self) -> None:
6969
assert_type(union_type | Literal[1], types.UnionType | Any)
7070
# Both mypy and pyright special-case this operation,
7171
# but in different ways, so we just check that no error is emitted:
72-
union_type[int]
72+
_ = union_type[int]

0 commit comments

Comments
 (0)