mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 04:30:28 +00:00
Remove unused imports.
This commit is contained in:
parent
84e4e3b28a
commit
2a4b60de4d
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ import urlparse
|
|||
import urllib
|
||||
import urllib2
|
||||
|
||||
from . import urlbase, get_index_html, absolute_url, get_url_from
|
||||
from .. import log, LOG_CHECK, fileutil, strformat, url as urlutil, firefox
|
||||
from . import urlbase, get_index_html, get_url_from
|
||||
from .. import log, LOG_CHECK, fileutil, firefox
|
||||
from .const import WARN_FILE_MISSING_SLASH, WARN_FILE_SYSTEM_PATH
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue