Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ea9227

Browse files
committed
Remove empty __init__ (PyChecker)
1 parent f31d313 commit 8ea9227

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/formatter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@ def send_literal_data(self, data): pass
301301

302302
class AbstractWriter(NullWriter):
303303

304-
def __init__(self):
305-
pass
306-
307304
def new_alignment(self, align):
308305
print "new_alignment(%s)" % `align`
309306

0 commit comments

Comments
 (0)