From 6900f16d2207ca4fc252fa9d778ca0b13a3c95e0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 30 Apr 2020 03:28:51 +0200 Subject: bpo-40443: Remove unused imports in idlelib (GH-19801) --- Lib/idlelib/idle_test/test_sidebar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/idlelib/idle_test/test_sidebar.py') diff --git a/Lib/idlelib/idle_test/test_sidebar.py b/Lib/idlelib/idle_test/test_sidebar.py index 0f5b4c71223..2974a9a7b09 100644 --- a/Lib/idlelib/idle_test/test_sidebar.py +++ b/Lib/idlelib/idle_test/test_sidebar.py @@ -1,6 +1,5 @@ """Test sidebar, coverage 93%""" import idlelib.sidebar -from sys import platform from itertools import chain import unittest import unittest.mock -- cgit v1.2.3