mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 13:44:14 -04: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 (
|
from .sql import (
|
||||||
write_sql_main_index,
|
write_sql_main_index,
|
||||||
parse_sql_main_index,
|
|
||||||
write_sql_link_details,
|
write_sql_link_details,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@ from .index.sql import (
|
||||||
apply_migrations,
|
apply_migrations,
|
||||||
remove_from_sql_main_index,
|
remove_from_sql_main_index,
|
||||||
)
|
)
|
||||||
from .index.html import parse_html_main_index
|
|
||||||
from .extractors import archive_links, archive_link, ignore_methods
|
from .extractors import archive_links, archive_link, ignore_methods
|
||||||
from .config import (
|
from .config import (
|
||||||
stderr,
|
stderr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue