Merge pull request #1004 from bookwyrm-social/black-update
New version of black, new whitespace
This commit is contained in:
commit
7449f34a61
|
@ -167,7 +167,7 @@ class Work(OrderedCollectionPageMixin, Book):
|
|||
return self.to_ordered_collection(
|
||||
self.editions.order_by("-edition_rank").all(),
|
||||
remote_id="%s/editions" % self.remote_id,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
activity_serializer = activitypub.Work
|
||||
|
|
|
@ -15,7 +15,7 @@ django-rename-app==0.1.2
|
|||
pytz>=2021.1
|
||||
|
||||
# Dev
|
||||
black==20.8b1
|
||||
black==21.4b0
|
||||
coverage==5.1
|
||||
pytest-django==4.1.0
|
||||
pytest==6.1.2
|
||||
|
|
Loading…
Reference in New Issue