Removed unused import

This commit is contained in:
wangbing 2017-05-10 00:34:36 +08:00
parent 4f3ee8256a
commit 13b10506a4

View file

@ -13,7 +13,6 @@ import uuid
from datetime import date
from .globals import current_app, request
from ._compat import text_type, PY2
from .ctx import has_request_context
from werkzeug.http import http_date
from jinja2 import Markup