Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Oct 21, 2024
1 parent d292383 commit d87ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/samples/open.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""
<output>
open.py:1: note: Revealed type is "io.TextIOWrapper"
open.py:1: note: Revealed type is "io.TextIOWrapper[io._WrappedBuffer]"
open.py:2: note: Revealed type is "io.BufferedReader"
</output>
"""

0 comments on commit d87ed58

Please sign in to comment.