mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
lint: Remove unused variable
This commit is contained in:
parent
fa5de72f9f
commit
10ee6db02f
1 changed files with 0 additions and 3 deletions
|
@ -478,9 +478,6 @@ def printable_filesize(num_bytes: Union[int, float]) -> str:
|
|||
@enforce_types
|
||||
def printable_folders(folders: Dict[str, Optional["Link"]],
|
||||
with_headers: bool=False) -> str:
|
||||
|
||||
|
||||
links = folders.values()
|
||||
return '\n'.join(
|
||||
f'{folder} {link and link.url} "{link and link.title}"'
|
||||
for folder, link in folders.items()
|
||||
|
|
Loading…
Reference in a new issue