chore: multi line comment for linter

This commit is contained in:
Dustin Steiner 2023-01-31 10:16:44 +00:00
parent c2a81d88bb
commit 90f996ac90
No known key found for this signature in database
GPG key ID: 918D51522D8CB8F2

View file

@ -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