mirror of
https://github.com/python/cpython.git
synced 2025-09-23 00:43:12 +00:00
Bump mypy to 1.15 (#133405)
This commit is contained in:
parent
8d0e07eb89
commit
8467026ed6
3 changed files with 3 additions and 3 deletions
|
@ -439,7 +439,7 @@ class help(Command):
|
|||
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