From d87ed58b22fe0fa80f356326ed0f43fb1c1265e6 Mon Sep 17 00:00:00 2001 From: Andy Freeland Date: Mon, 21 Oct 2024 11:27:34 -0700 Subject: [PATCH] Fix tests --- tests/samples/open.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/samples/open.py b/tests/samples/open.py index 4273df5..22adbe9 100644 --- a/tests/samples/open.py +++ b/tests/samples/open.py @@ -3,7 +3,7 @@ """ -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" """