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']