From 43a74abb3a87092a7fd6c71042eafb977d70d8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Srinivas=20=20Thatiparthy=20=28=E0=B0=B6=E0=B1=8D=E0=B0=B0?= =?UTF-8?q?=E0=B1=80=E0=B0=A8=E0=B0=BF=E0=B0=B5=E0=B0=BE=E0=B0=B8=E0=B1=8D?= =?UTF-8?q?=20=20=E0=B0=A4=E0=B0=BE=E0=B0=9F=E0=B0=BF=E0=B0=AA=E0=B0=B0?= =?UTF-8?q?=E0=B1=8D=E0=B0=A4=E0=B0=BF=29?= Date: Sat, 10 Nov 2018 12:15:31 +0530 Subject: bpo-35202: Remove unused imports in idlelib (GH-10438) --- Lib/idlelib/filelist.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/idlelib/filelist.py') diff --git a/Lib/idlelib/filelist.py b/Lib/idlelib/filelist.py index 52628392e6..0d200854ef 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) -- cgit v1.2.1