]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-151428: Remove unused imports in idlelib.idle_test (GH-151478) (GH-152916...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 21:51:38 +0000 (23:51 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 21:51:38 +0000 (21:51 +0000)
[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 <tjreedy@udel.edu>
Lib/idlelib/idle_test/template.py
Lib/idlelib/idle_test/test_help.py

index 69a2af22efa149aa7af9ab564ba440a8a96a1471..0a4bd8b8e981fc7a8a823e70c127ac7d5c1fc9ed 100644 (file)
@@ -1,6 +1,5 @@
 "Test , coverage %."
 
-from idlelib import zzdummy
 import unittest
 from test.support import requires
 from tkinter import Tk
index ebb02b5c0d8356a89c70acc64de226064ef7e63d..ebbaceb2eb7bbfdfefa925ffe70f59b3a8845daa 100644 (file)
@@ -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