mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] Bump mypy to 1.15 (GH-133405) (#133429)
Bump mypy to 1.15 (GH-133405)
(cherry picked from commit 8467026ed6)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
e89ca3991c
commit
df1669ed20
3 changed files with 3 additions and 3 deletions
|
|
@ -437,7 +437,7 @@ def do(self) -> None:
|
|||
import _sitebuiltins
|
||||
|
||||
with self.reader.suspend():
|
||||
self.reader.msg = _sitebuiltins._Helper()() # type: ignore[assignment, call-arg]
|
||||
self.reader.msg = _sitebuiltins._Helper()() # type: ignore[assignment]
|
||||
|
||||
|
||||
class invalid_key(Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue