Fixed intention in flask init
This commit is contained in:
parent
d4b3d16c14
commit
42c28c3758
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ from jinja2 import Markup, escape
|
|||
from .app import Flask, Request, Response
|
||||
from .config import Config
|
||||
from .helpers import url_for, flash, send_file, send_from_directory, \
|
||||
get_flashed_messages, get_template_attribute, make_response, safe_join, \
|
||||
stream_with_context
|
||||
get_flashed_messages, get_template_attribute, make_response, safe_join, \
|
||||
stream_with_context
|
||||
from .globals import current_app, g, request, session, _request_ctx_stack, \
|
||||
_app_ctx_stack
|
||||
from .ctx import has_request_context, has_app_context, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue