Skip to content

Commit c30ebcd

Browse files
Remove new line
1 parent 7973c3c commit c30ebcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-data/unit/check-tuples.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,5 +1854,4 @@ def g1(x: Tuple[float, Optional[float]]) -> Union[Tuple[float, float], Tuple[str
18541854
def g2(x: Tuple[float, Optional[float]]) -> Union[Tuple[float, str], Tuple[float, None]]:
18551855
return x # E: Incompatible return value type (got "Tuple[float, Optional[float]]", expected "Union[Tuple[float, str], Tuple[float, None]]")
18561856

1857-
[builtins fixtures/tuple.pyi]
1858-
1857+
[builtins fixtures/tuple.pyi]

0 commit comments

Comments
 (0)