From d6debb24e06152a827769b0cac24c47deccdeac1 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 27 Mar 2017 16:05:26 +0200 Subject: bpo-29919: Remove unused imports found by pyflakes (#137) Make also minor PEP8 coding style fixes on modified imports. --- Lib/idlelib/idle_test/test_editor.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/idlelib/idle_test/test_editor.py') diff --git a/Lib/idlelib/idle_test/test_editor.py b/Lib/idlelib/idle_test/test_editor.py index e9d29d45b8..64a2a88b7e 100644 --- a/Lib/idlelib/idle_test/test_editor.py +++ b/Lib/idlelib/idle_test/test_editor.py @@ -1,7 +1,5 @@ import unittest -from tkinter import Tk, Text from idlelib.editor import EditorWindow -from test.support import requires class Editor_func_test(unittest.TestCase): def test_filename_to_unicode(self): -- cgit v1.2.1