remove unused imports (closes #12432)

A patch from Vincent Legoll.
This commit is contained in:
Benjamin Peterson 2011-06-28 10:25:04 -05:00
parent e4a51e6543
commit 274271d1ae
7 changed files with 2 additions and 6 deletions

View file

@ -2,7 +2,6 @@
import sys
from functools import wraps
from warnings import warn
__all__ = ["contextmanager", "closing", "ContextDecorator"]