https://hg.python.org/cpython/rev/ab66423c3581 changeset: 105472:ab66423c3581 branch: 3.6 parent: 105467:5bdc8e1a50c8 parent: 105471:e3e7e9248f98 user: Benjamin Peterson <benjamin at python.org> date: Mon Dec 05 22:31:12 2016 -0800 summary: merge 3.5 files: Lib/lib2to3/fixer_base.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py --- a/Lib/lib2to3/fixer_base.py +++ b/Lib/lib2to3/fixer_base.py @@ -4,7 +4,6 @@ """Base class for fixers (optional, but recommended).""" # Python imports -import logging import itertools # Local imports -- Repository URL: https://hg.python.org/cpython