Merge pull request #1651 from lord63-forks/remove-with-statement
Remove with_statement in flask/ctx.py
This commit is contained in:
commit
9f4cbb9af4
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
from functools import update_wrapper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue