mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
feat: Remove unused imports
This commit is contained in:
committed by
Cristian Vargas
parent
b8585dd92e
commit
6b4b7127b4
@@ -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,
|
||||
|
Reference in New Issue
Block a user