Updates migration

This commit is contained in:
Mouse Reeve
2021-09-30 10:47:53 -07:00
parent 5dd2aac600
commit e6e44decf9
2 changed files with 3 additions and 2 deletions

View File

@ -144,6 +144,7 @@ class SearchResult:
confidence: int = 1
def __repr__(self):
# pylint: disable=consider-using-f-string
return "<SearchResult key={!r} title={!r} author={!r}>".format(
self.key, self.title, self.author
)