Skip to content

Commit e667eaf

Browse files
Added new line at the end of file to fix lint error
1 parent 5f5f02f commit e667eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-data/unit/check-tuples.test

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

18571857
[builtins fixtures/tuple.pyi]
1858+

0 commit comments

Comments
 (0)