forked from orbit-oss/flask
Removed unused import
This commit is contained in:
parent
a7d83a9f80
commit
a993a314fe
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
:copyright: (c) 2010 by Armin Ronacher.
|
:copyright: (c) 2010 by Armin Ronacher.
|
||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
from jinja2 import BaseLoader, FileSystemLoader, TemplateNotFound
|
from jinja2 import BaseLoader, TemplateNotFound
|
||||||
|
|
||||||
from .globals import _request_ctx_stack
|
from .globals import _request_ctx_stack
|
||||||
from .signals import template_rendered
|
from .signals import template_rendered
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue