summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/filelist.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-10 07:06:22 (GMT)
committerGitHub <noreply@github.com>2018-11-10 07:06:22 (GMT)
commit2847ccae4687cb43334d87d86fb6c11cb14218f5 (patch)
treea275096f5de9b58234635223e14ca0162c01c27d /Lib/idlelib/filelist.py
parent3da64a01411affb300a685d6307b6d984a503c11 (diff)
downloadcpython-2847ccae4687cb43334d87d86fb6c11cb14218f5.zip
cpython-2847ccae4687cb43334d87d86fb6c11cb14218f5.tar.gz
cpython-2847ccae4687cb43334d87d86fb6c11cb14218f5.tar.bz2
bpo-35202: Remove unused imports in idlelib (GH-10438)
(cherry picked from commit 43a74abb3a87092a7fd6c71042eafb977d70d8e0) Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Diffstat (limited to 'Lib/idlelib/filelist.py')
-rw-r--r--Lib/idlelib/filelist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/filelist.py b/Lib/idlelib/filelist.py
index 5262839..0d20085 100644
--- a/Lib/idlelib/filelist.py
+++ b/Lib/idlelib/filelist.py
@@ -115,7 +115,6 @@ def _test(): # TODO check and convert to htest
from tkinter import Tk
from idlelib.editor import fixwordbreaks
from idlelib.run import fix_scaling
- import sys
root = Tk()
fix_scaling(root)
fixwordbreaks(root)