Kaydet (Commit) 8ea9227b authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove empty __init__ (PyChecker)

üst f31d3137
......@@ -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