Skip to content

Commit b218fcf

Browse files
committed
comment
1 parent b3a4e5a commit b218fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-data/unit/check-statements.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ def error_in_tuple_union(exc: Tuple[Union[Type[E1], Type[E2]], Union[Type[E3], i
852852
[builtins fixtures/tuple.pyi]
853853

854854
[case testExceptWithMultipleTypes6_no_parallel]
855+
# For no_parallel, see:
856+
# https://github.com/mypyc/ast_serialize/issues/50
855857
from typing import Never
856858

857859
def random() -> bool: ...

0 commit comments

Comments
 (0)