mirror of https://github.com/python/cpython
Remove empty __init__ (PyChecker)
This commit is contained in:
parent
f31d31373e
commit
8ea9227b1b
|
@ -301,9 +301,6 @@ class NullWriter:
|
||||||
|
|
||||||
class AbstractWriter(NullWriter):
|
class AbstractWriter(NullWriter):
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def new_alignment(self, align):
|
def new_alignment(self, align):
|
||||||
print "new_alignment(%s)" % `align`
|
print "new_alignment(%s)" % `align`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue