1
0
Fork 0
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:
Roderik Ploszek 2018-02-18 17:58:44 +01:00
parent cacca44f72
commit f18e8d0c0b

View file

@ -26,7 +26,7 @@ class HTMLParser(htmllib.HTMLParser):
from six.moves.html_entities import entitydefs from six.moves.html_entities import entitydefs
def __init__(self, formatter, verbose=0): def __init__(self, formatter):
"""Creates an instance of the HTMLParser class. """Creates an instance of the HTMLParser class.
The formatter parameter is the formatter instance associated with The formatter parameter is the formatter instance associated with