Skip to content

Commit

Permalink
Update typesafety/test_result/test_partition.yml
Browse files Browse the repository at this point in the history
Co-authored-by: sobolevn <[email protected]>
  • Loading branch information
RomanMIzulin and sobolevn authored Aug 12, 2024
1 parent 6a145ea commit 6a5aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typesafety/test_result/test_partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
from returns.io import IO, IOResult
x: Tuple[IOResult[int, str], IOResult[int, str]]
reveal_type(partition(x)) # N: Revealed type is "Tuple[builtins.list[IO[builtin.int]],builtins.list[IO[builtin.int]]"
reveal_type(partition(x)) # N: Revealed type is "Tuple[builtins.list[IO[builtin.int]], builtins.list[IO[builtin.int]]"

0 comments on commit 6a5aa90

Please sign in to comment.