summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-06 06:31:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-12-06 06:31:20 (GMT)
commit16e49bf4f1f602573337ebc0d26edcb82ff26ef2 (patch)
tree8049d40ca198d101c32984ade1f65e5d03a2b039
parent6bc7fa28dd6434df52a7beddcde33de7583dc4f0 (diff)
parent3d3e9ffa8e7af0457621309b4fce076411d38ce6 (diff)
downloadcpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.zip
cpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.tar.gz
cpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.tar.bz2
merge 3.6
-rw-r--r--Lib/lib2to3/fixer_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py
index 1ce62fe..df581a4 100644
--- 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