]> granicus.if.org Git - python/commitdiff
Remove empty __init__ (PyChecker)
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:55:17 +0000 (14:55 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:55:17 +0000 (14:55 +0000)
Lib/formatter.py

index 47e2e659622aed388beeb95f63bec074b8ab2114..0607526404ced4d19a05a7ec56068d91e29d3466 100644 (file)
@@ -301,9 +301,6 @@ class NullWriter:
 
 class AbstractWriter(NullWriter):
 
-    def __init__(self):
-        pass
-
     def new_alignment(self, align):
         print "new_alignment(%s)" % `align`