Commit 12b4b973 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove empty __init__ (PyChecker)

parent a6295cc4
......@@ -301,9 +301,6 @@ class NullWriter:
class AbstractWriter(NullWriter):
def __init__(self):
pass
def new_alignment(self, align):
print "new_alignment(%s)" % `align`
......
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