mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Re-arrange things and remove some unused variables/imports to keep pychecker
happy. (This does not cover everything it complained about, though.)
This commit is contained in:
parent
c916f5a390
commit
5445f078df
2 changed files with 14 additions and 4 deletions
|
@ -423,7 +423,6 @@ class SGMLParser(markupbase.ParserBase):
|
|||
def unknown_endtag(self, tag): pass
|
||||
def unknown_charref(self, ref): pass
|
||||
def unknown_entityref(self, ref): pass
|
||||
def unknown_decl(self, data): pass
|
||||
|
||||
|
||||
class TestSGMLParser(SGMLParser):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue