formatting fix

This commit is contained in:
Hugh Rundle 2021-10-16 16:09:03 +11:00
parent e261bfdb6a
commit 6f13c0d808

View file

@ -102,8 +102,8 @@ class List(OrderedCollectionMixin, BookWyrmModel):
"""remove a list from a group"""
cls.objects.filter(group__user=owner, user=user).all().update(
group=None, curation="closed"
)
group=None, curation="closed"
)
class ListItem(CollectionItemMixin, BookWyrmModel):