Skip to content

Commit

Permalink
Merge pull request pallets#1651 from lord63-forks/remove-with-statement
Browse files Browse the repository at this point in the history
Remove with_statement in flask/ctx.py
  • Loading branch information
davidism committed Dec 13, 2015
2 parents dc07e26 + b55bc0b commit 9f4cbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flask/ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
:license: BSD, see LICENSE for more details.
"""

from __future__ import with_statement

import sys
from functools import update_wrapper

Expand Down

0 comments on commit 9f4cbb9

Please sign in to comment.