mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix: Remove unused imports
This commit is contained in:
parent
bc116c25f8
commit
b3ec170e39
3 changed files with 3 additions and 10 deletions
|
@ -33,4 +33,4 @@ def get_icons(snapshot: Snapshot) -> str:
|
|||
*link_tuple(link, 'media_path')[:2], any((out_dir / canon['media_path']).glob('*')),
|
||||
*link_tuple(link, 'git_path')[:2], any((out_dir / canon['git_path']).glob('*')),
|
||||
canon['archive_org_path'], (out_dir / 'archive.org.txt').exists(),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue