From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:51:38 +0000 (+0200) Subject: [3.14] gh-151428: Remove unused imports in idlelib.idle_test (GH-151478) (GH-152916... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a2e34c9e002d85d81ed0f1c92cf7ed5c99a04ae;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-151428: Remove unused imports in idlelib.idle_test (GH-151478) (GH-152916) (#152917) [3.15] gh-151428: Remove unused imports in idlelib.idle_test (GH-151478) (GH-152916) (cherry picked from commit 984ebbfeecaa8b614fd81ebac4460e301ffc8f08) Co-authored-by: Terry Jan Reedy --- diff --git a/Lib/idlelib/idle_test/template.py b/Lib/idlelib/idle_test/template.py index 69a2af22efa1..0a4bd8b8e981 100644 --- a/Lib/idlelib/idle_test/template.py +++ b/Lib/idlelib/idle_test/template.py @@ -1,6 +1,5 @@ "Test , coverage %." -from idlelib import zzdummy import unittest from test.support import requires from tkinter import Tk diff --git a/Lib/idlelib/idle_test/test_help.py b/Lib/idlelib/idle_test/test_help.py index ebb02b5c0d83..ebbaceb2eb7b 100644 --- a/Lib/idlelib/idle_test/test_help.py +++ b/Lib/idlelib/idle_test/test_help.py @@ -4,7 +4,6 @@ from idlelib import help import unittest from test.support import requires requires('gui') -from os.path import abspath, dirname, join from tkinter import Tk