[Python-checkins] cpython (merge 3.6 -> default): merge 3.6

benjamin.peterson python-checkins at python.org
Tue Dec 6 01:31:27 EST 2016


https://hg.python.org/cpython/rev/e526780303bc
changeset:   105473:e526780303bc
parent:      105469:fa4d8276d0fb
parent:      105472:ab66423c3581
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Dec 05 22:31:20 2016 -0800
summary:
  merge 3.6

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


More information about the Python-checkins mailing list