diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-05 22:30:55 -0800 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-05 22:30:55 -0800 |
commit | 6980f5f3bb35266ae50b1670ad3aa409d74a60bd (patch) | |
tree | b8cf216c93285727ec1fea1d5e0606f4fc90b2df /Lib/lib2to3/fixer_base.py | |
parent | ed3753ef8d1fc136265ba52163a484f67dfb7ecc (diff) | |
download | cpython-6980f5f3bb35266ae50b1670ad3aa409d74a60bd.tar.gz |
rm unused import
Diffstat (limited to 'Lib/lib2to3/fixer_base.py')
-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 1ce62fec15..df581a4dea 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 |