Remove unused import htmlsoup from checker/httpurl.py

Unused since:

f7337f55 ("Fix error due to an empty html file accessed over http", 2020-05-23)
This commit is contained in:
Chris Mayo 2020-05-25 19:50:57 +01:00
parent 3473656fe1
commit 97f50e8be1

View file

@ -30,7 +30,6 @@ import re
from .. import (log, LOG_CHECK, strformat, mimeutil,
url as urlutil, LinkCheckerError, httputil)
from . import (internpaturl, proxysupport)
from ..htmlutil import htmlsoup
# import warnings
from .const import (WARN_HTTP_EMPTY_CONTENT, WARN_URL_RATE_LIMITED)
from requests.sessions import REDIRECT_STATI