Removed unnecessary import

This commit is contained in:
Armin Ronacher 2012-06-27 12:08:01 +01:00
parent 8071f11328
commit 558750494f

View file

@ -11,7 +11,6 @@
import sys
from functools import partial
from werkzeug.exceptions import HTTPException
from .globals import _request_ctx_stack, _app_ctx_stack