mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-29 22:55:29 +00:00
chore: multi line comment for linter
This commit is contained in:
parent
c2a81d88bb
commit
90f996ac90
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ class BookSeriesBy(View):
|
|||
|
||||
results = models.Edition.objects.filter(authors=author, series=series_name)
|
||||
|
||||
# when there are multiple editions of the same work, pick the one with a series number or closest
|
||||
# when there are multiple editions of the same work
|
||||
# pick the one with a series number or closest
|
||||
work_ids = results.values_list("parent_work__id", flat=True).distinct()
|
||||
|
||||
# filter out multiple editions of the same work
|
||||
|
|
Loading…
Reference in a new issue