From 2733618fd933bebc5a1c33437135b2cc3aacb018 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 14 May 2015 18:10:50 -0400 Subject: idlelib: remove unused names and imports (one is a duplicate import). --- Lib/idlelib/PyParse.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/idlelib/PyParse.py') diff --git a/Lib/idlelib/PyParse.py b/Lib/idlelib/PyParse.py index 3e501ca1a1..9ccbb25076 100644 --- a/Lib/idlelib/PyParse.py +++ b/Lib/idlelib/PyParse.py @@ -1,7 +1,6 @@ import re import sys from collections import Mapping -from functools import partial # Reason last stmt is continued (or C_NONE if it's not). (C_NONE, C_BACKSLASH, C_STRING_FIRST_LINE, -- cgit v1.2.1