Skip to content

Commit

Permalink
Remove with_statement in flask/ctx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lord63 committed Dec 13, 2015
1 parent dc07e26 commit b55bc0b
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 b55bc0b

Please sign in to comment.