mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-04 07:16:36 +00:00
remove trailing whitespace causing pylint/black errors
This commit is contained in:
parent
02c7397eaf
commit
32f68c3f62
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Author(BookDataModel):
|
||||||
for book in self.book_set.values_list("id", flat=True)
|
for book in self.book_set.values_list("id", flat=True)
|
||||||
]
|
]
|
||||||
cache.delete_many(cache_keys)
|
cache.delete_many(cache_keys)
|
||||||
|
|
||||||
# normalize isni format
|
# normalize isni format
|
||||||
if self.isni:
|
if self.isni:
|
||||||
self.isni = re.sub(r"\s", "", self.isni)
|
self.isni = re.sub(r"\s", "", self.isni)
|
||||||
|
|
Loading…
Reference in a new issue