forked from orbit-oss/flask
Merge pull request #277 from embe/master
Don't use deprecated flask.session in flask.ctx.
This commit is contained in:
commit
2d78a331c1
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
from werkzeug.exceptions import HTTPException
|
||||
|
||||
from .globals import _request_ctx_stack
|
||||
from .session import _NullSession
|
||||
from .module import blueprint_is_module
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue