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 committed Aug 12, 2024
1 parent b7a8f56 commit 6a145ea
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 @@ -14,6 +14,6 @@
from returns.result.methods import partition
from returns.io import IO, IOResult
x: List[IOResult[int, str], IOResult[int,str]]
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]]"

0 comments on commit 6a145ea

Please sign in to comment.