New version of black, new whitespace

This commit is contained in:
Mouse Reeve 2021-04-26 09:15:42 -07:00
parent ef83eb33b0
commit 3ade2d3bb1
152 changed files with 1289 additions and 1289 deletions

View file

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

View file

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