Skip to content

Commit 66602fc

Browse files
authored
Fix spurious errors on builtins.open (#15161)
Fixes #14796
1 parent b5107a9 commit 66602fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/semanal_main.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"abc",
7676
"collections",
7777
"collections.abc",
78+
"typing_extensions",
7879
]
7980

8081

0 commit comments

Comments
 (0)