Skip to content

Commit f7619df

Browse files
committed
pyright is passing
1 parent 3b7aac3 commit f7619df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

conformance/results/pyright/directives_assert_type.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
conformant = "Fail"
2-
notes = """
3-
Fails to treat equivalent unions as equivalent.
4-
"""
1+
conformant = "Pass"
52
output = """
63
directives_assert_type.py:27:17 - error: "assert_type" mismatch: expected "int" but received "int | str" (reportAssertTypeFailure)
74
directives_assert_type.py:28:17 - error: "assert_type" mismatch: expected "Any" but received "int | str" (reportAssertTypeFailure)

0 commit comments

Comments
 (0)