1
0
Fork 0
mirror of synced 2024-06-22 16:10:54 +12:00

feat: Remove unused imports

This commit is contained in:
Cristian 2020-08-20 09:19:54 -05:00 committed by Cristian Vargas
parent b8585dd92e
commit 6b4b7127b4
2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@ from .json import (
)
from .sql import (
write_sql_main_index,
parse_sql_main_index,
write_sql_link_details,
)

View file

@ -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,