From 7fa767e517882f4d3503d168d3a4d4caad317752 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 20 Mar 2014 09:16:38 +0100 Subject: Issue #20976: pyflakes: Remove unused imports --- Lib/difflib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/difflib.py') diff --git a/Lib/difflib.py b/Lib/difflib.py index e8a36219d6..38dfef4619 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py @@ -30,7 +30,6 @@ __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff', 'unified_diff', 'HtmlDiff', 'Match'] -import warnings import heapq from collections import namedtuple as _namedtuple -- cgit v1.2.1