Skip to content

Commit

Permalink
Fix spurious errors on builtins.open (#15161)
Browse files Browse the repository at this point in the history
Fixes #14796
  • Loading branch information
hauntsaninja committed May 2, 2023
1 parent b5107a9 commit 66602fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/semanal_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"abc",
"collections",
"collections.abc",
"typing_extensions",
]


Expand Down

0 comments on commit 66602fc

Please sign in to comment.