From 297e657b8023bef72aec71d64fe9484a9f6b34a8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 28 Jun 2011 10:25:04 -0500 Subject: remove unused imports (closes #12432) A patch from Vincent Legoll. --- Lib/contextlib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/contextlib.py') diff --git a/Lib/contextlib.py b/Lib/contextlib.py index 5ebbbc6583..2f8f00d296 100644 --- a/Lib/contextlib.py +++ b/Lib/contextlib.py @@ -2,7 +2,6 @@ import sys from functools import wraps -from warnings import warn __all__ = ["contextmanager", "closing", "ContextDecorator"] -- cgit v1.2.1