gh-120417: Remove unused imports in the stdlib (#120420)

This commit is contained in:
Victor Stinner 2024-06-12 20:56:42 +02:00 committed by GitHub
parent 4b5d3e0e72
commit 4c6d4f5cb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 5 additions and 14 deletions

View file

@ -75,7 +75,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)