Removed unused import. (#2026)
This commit is contained in:
parent
270355abdc
commit
09fec941f4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ from jinja2 import FileSystemLoader
|
||||||
from .signals import message_flashed
|
from .signals import message_flashed
|
||||||
from .globals import session, _request_ctx_stack, _app_ctx_stack, \
|
from .globals import session, _request_ctx_stack, _app_ctx_stack, \
|
||||||
current_app, request
|
current_app, request
|
||||||
from ._compat import string_types, text_type, PY2
|
from ._compat import string_types, text_type
|
||||||
|
|
||||||
|
|
||||||
# sentinel
|
# sentinel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue