From 41fef6307635ef7ad57f6a2ae0488b6f685196b9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 5 Dec 2016 22:30:55 -0800 Subject: [PATCH] rm unused import --- Lib/lib2to3/fixer_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py index 1ce62fec157..df581a4deab 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