diff --git a/flask/ctx.py b/flask/ctx.py index 91b5ee50..1e01df78 100644 --- a/flask/ctx.py +++ b/flask/ctx.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for more details. """ -from __future__ import with_statement - import sys from functools import update_wrapper