mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 01:24:42 +00:00
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:
parent
3473656fe1
commit
97f50e8be1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue