mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 13:51:01 +00:00
Remove unused imports in parser/__init__.py
This commit is contained in:
parent
6c8e88dae6
commit
7257e5e1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"""
|
||||
Main functions for link parsing
|
||||
"""
|
||||
from .. import log, LOG_CHECK, strformat, url as urlutil
|
||||
from .. import strformat, url as urlutil
|
||||
from ..htmlutil import linkparse
|
||||
from ..bookmarks import firefox
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue