Commit 5cc5493c authored by Benjamin Peterson's avatar Benjamin Peterson

remove unused logger from BaseFix

parent 8b552878
......@@ -4,7 +4,6 @@
"""Base class for fixers (optional, but recommended)."""
# Python imports
import logging
import itertools
# Local imports
......@@ -75,7 +74,6 @@ class BaseFix(object):
The main refactoring tool should call this.
"""
self.filename = filename
self.logger = logging.getLogger(filename)
def match(self, node):
"""Returns match for a given parse tree node.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment