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 | 41fef6307635ef7ad57f6a2ae0488b6f685196b9 (patch) | |
| tree | 418baeedef027b0f5cf9b4805f6a06503d682abe | |
| parent | 419967b8320be40d7948bde042e92b6e7d1f48a7 (diff) | |
| download | cpython-git-41fef6307635ef7ad57f6a2ae0488b6f685196b9.tar.gz | |
rm unused import
| -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 |
