fix: Remove unused imports

This commit is contained in:
Cristian 2020-08-28 10:06:48 -05:00
parent bc116c25f8
commit b3ec170e39
3 changed files with 3 additions and 10 deletions

View file

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