Skip to content

Commit 984ebbf

Browse files
authored
[3.15] gh-151428: Remove unused imports in idlelib.idle_test (GH-151478) (#152916)
1 parent 598856c commit 984ebbf

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/idlelib/idle_test/template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"Test , coverage %."
22

3-
from idlelib import zzdummy
43
import unittest
54
from test.support import requires
65
from tkinter import Tk

Lib/idlelib/idle_test/test_help.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import unittest
55
from test.support import requires
66
requires('gui')
7-
from os.path import abspath, dirname, join
87
from tkinter import Tk
98

109

0 commit comments

Comments
 (0)