mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Removed unused HTMLParser constructor argument
This commit is contained in:
parent
cacca44f72
commit
f18e8d0c0b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class HTMLParser(htmllib.HTMLParser):
|
|||
|
||||
from six.moves.html_entities import entitydefs
|
||||
|
||||
def __init__(self, formatter, verbose=0):
|
||||
def __init__(self, formatter):
|
||||
"""Creates an instance of the HTMLParser class.
|
||||
|
||||
The formatter parameter is the formatter instance associated with
|
||||
|
|
Loading…
Add table
Reference in a new issue