Skip to content

Commit

Permalink
It totally is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 28, 2022
1 parent 9f118b7 commit c89abcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@
a: int
b = field()
# TODO: Next Gen hasn't shipped with mypy yet so the following are wrong
reveal_type(A) # N: Revealed type is "def (a: Any) -> main.A"
reveal_type(B) # N: Revealed type is "def (a: builtins.int) -> main.B"
reveal_type(C) # N: Revealed type is "def (a: builtins.int, b: Any) -> main.C"
Expand Down

0 comments on commit c89abcd

Please sign in to comment.