From a68c1bca7bd35571dd1bab736fd69452eca8394e Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)" Date: Thu, 8 Sep 2016 13:47:41 -0700 Subject: Remove legacy "from __future__ import with_statement" lines. --- Lib/lib2to3/tests/test_pytree.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/lib2to3/tests/test_pytree.py') diff --git a/Lib/lib2to3/tests/test_pytree.py b/Lib/lib2to3/tests/test_pytree.py index a611d1715ec..177126d5452 100644 --- a/Lib/lib2to3/tests/test_pytree.py +++ b/Lib/lib2to3/tests/test_pytree.py @@ -9,8 +9,6 @@ more helpful than printing of (the first line of) the docstring, especially when debugging a test. """ -from __future__ import with_statement - # Testing imports from . import support -- cgit v1.2.3