From 22040891211d55f2a315dc0886ddf73962b2a556 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 22 Feb 2013 10:22:10 +0100 Subject: [PATCH] Obsolete __future__ import --- flake8/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flake8/util.py b/flake8/util.py index 771cca0..7e6b37b 100644 --- a/flake8/util.py +++ b/flake8/util.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -from __future__ import with_statement __all__ = ['ast', 'iter_child_nodes', 'OrderedSet']