mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
feat: Remove unused imports
This commit is contained in:
parent
b8585dd92e
commit
6b4b7127b4
2 changed files with 0 additions and 2 deletions
|
@ -50,7 +50,6 @@ from .json import (
|
|||
)
|
||||
from .sql import (
|
||||
write_sql_main_index,
|
||||
parse_sql_main_index,
|
||||
write_sql_link_details,
|
||||
)
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@ from .index.sql import (
|
|||
apply_migrations,
|
||||
remove_from_sql_main_index,
|
||||
)
|
||||
from .index.html import parse_html_main_index
|
||||
from .extractors import archive_links, archive_link, ignore_methods
|
||||
from .config import (
|
||||
stderr,
|
||||
|
|
Loading…
Reference in a new issue