mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Remove empty __init__ (PyChecker)
This commit is contained in:
parent
f31d31373e
commit
8ea9227b1b
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue