diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:31:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:31:20 (GMT) |
commit | 16e49bf4f1f602573337ebc0d26edcb82ff26ef2 (patch) | |
tree | 8049d40ca198d101c32984ade1f65e5d03a2b039 | |
parent | 6bc7fa28dd6434df52a7beddcde33de7583dc4f0 (diff) | |
parent | 3d3e9ffa8e7af0457621309b4fce076411d38ce6 (diff) | |
download | cpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.zip cpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.tar.gz cpython-16e49bf4f1f602573337ebc0d26edcb82ff26ef2.tar.bz2 |
merge 3.6
-rw-r--r-- | 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 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 |