diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:30:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:30:55 (GMT) |
commit | 41fef6307635ef7ad57f6a2ae0488b6f685196b9 (patch) | |
tree | 418baeedef027b0f5cf9b4805f6a06503d682abe /Lib/lib2to3 | |
parent | 419967b8320be40d7948bde042e92b6e7d1f48a7 (diff) | |
download | cpython-41fef6307635ef7ad57f6a2ae0488b6f685196b9.zip cpython-41fef6307635ef7ad57f6a2ae0488b6f685196b9.tar.gz cpython-41fef6307635ef7ad57f6a2ae0488b6f685196b9.tar.bz2 |
rm unused import
Diffstat (limited to 'Lib/lib2to3')
-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 |