mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add flake8
This commit is contained in:
parent
5b571aa166
commit
7cbd068c95
7 changed files with 18 additions and 7 deletions
|
@ -24,7 +24,6 @@ class Snapshot(models.Model):
|
|||
|
||||
keys = ('url', 'timestamp', 'title', 'tags', 'updated')
|
||||
|
||||
|
||||
def __repr__(self) -> str:
|
||||
title = self.title or '-'
|
||||
return f'[{self.timestamp}] {self.url[:64]} ({title[:64]})'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue