Skip to content

Commit c89abcd

Browse files
committed
It totally is correct
1 parent 9f118b7 commit c89abcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_mypy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@
418418
a: int
419419
b = field()
420420
421-
# TODO: Next Gen hasn't shipped with mypy yet so the following are wrong
422421
reveal_type(A) # N: Revealed type is "def (a: Any) -> main.A"
423422
reveal_type(B) # N: Revealed type is "def (a: builtins.int) -> main.B"
424423
reveal_type(C) # N: Revealed type is "def (a: builtins.int, b: Any) -> main.C"

0 commit comments

Comments
 (0)