[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)

gh-120417: Remove unused imports in the stdlib (GH-120420)
(cherry picked from commit 4c6d4f5cb3)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2024-06-12 21:27:32 +02:00 committed by GitHub
parent 7c6b3429b6
commit 51724620e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 5 additions and 14 deletions

View file

@ -27,7 +27,7 @@ from .reader import Reader
if False:
from .types import Callback, SimpleContextManager, KeySpec, CommandName
from .types import SimpleContextManager, KeySpec, CommandName
isearch_keymap: tuple[tuple[KeySpec, CommandName], ...] = tuple(