Remove empty __init__ (PyChecker)

This commit is contained in:
Andrew M. Kuchling 2001-08-13 14:55:17 +00:00
parent f31d31373e
commit 8ea9227b1b
1 changed files with 0 additions and 3 deletions

View File

@ -301,9 +301,6 @@ class NullWriter:
class AbstractWriter(NullWriter):
def __init__(self):
pass
def new_alignment(self, align):
print "new_alignment(%s)" % `align`