mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove empty __init__ (PyChecker)
This commit is contained in:
@@ -301,9 +301,6 @@ class NullWriter:
|
||||
|
||||
class AbstractWriter(NullWriter):
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def new_alignment(self, align):
|
||||
print "new_alignment(%s)" % `align`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user