mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 18:05:19 -04:00
lint: Remove unused imports
This commit is contained in:
parent
ae1484b8bf
commit
572b46cecf
1 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@ from ..config import (
|
||||||
ARCHIVE_DIR_NAME,
|
ARCHIVE_DIR_NAME,
|
||||||
SQL_INDEX_FILENAME,
|
SQL_INDEX_FILENAME,
|
||||||
JSON_INDEX_FILENAME,
|
JSON_INDEX_FILENAME,
|
||||||
HTML_INDEX_FILENAME,
|
|
||||||
OUTPUT_DIR,
|
OUTPUT_DIR,
|
||||||
TIMEOUT,
|
TIMEOUT,
|
||||||
URL_BLACKLIST_PTN,
|
URL_BLACKLIST_PTN,
|
||||||
|
@ -41,11 +40,9 @@ from ..logging_util import (
|
||||||
|
|
||||||
from .schema import Link, ArchiveResult
|
from .schema import Link, ArchiveResult
|
||||||
from .html import (
|
from .html import (
|
||||||
write_html_main_index,
|
|
||||||
write_html_link_details,
|
write_html_link_details,
|
||||||
)
|
)
|
||||||
from .json import (
|
from .json import (
|
||||||
write_json_main_index,
|
|
||||||
parse_json_link_details,
|
parse_json_link_details,
|
||||||
write_json_link_details,
|
write_json_link_details,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue