diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_exec.py')
-rw-r--r-- | Lib/lib2to3/fixes/fix_exec.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixes/fix_exec.py b/Lib/lib2to3/fixes/fix_exec.py index 2c9b72d..ab921ee 100644 --- a/Lib/lib2to3/fixes/fix_exec.py +++ b/Lib/lib2to3/fixes/fix_exec.py @@ -10,7 +10,6 @@ exec code in ns1, ns2 -> exec(code, ns1, ns2) """ # Local imports -from .. import pytree from .. import fixer_base from ..fixer_util import Comma, Name, Call |