mirror of
https://github.com/python/cpython.git
synced 2025-07-14 14:55:17 +00:00
[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:
parent
7c6b3429b6
commit
51724620e8
11 changed files with 5 additions and 14 deletions
|
@ -76,7 +76,7 @@ from collections import deque
|
|||
from reprlib import Repr
|
||||
from traceback import format_exception_only
|
||||
|
||||
from _pyrepl.pager import (get_pager, plain, escape_less, pipe_pager,
|
||||
from _pyrepl.pager import (get_pager, plain, pipe_pager,
|
||||
plain_pager, tempfile_pager, tty_pager)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue