forked from mirrors/bookwyrm
formatting fix
This commit is contained in:
parent
e261bfdb6a
commit
6f13c0d808
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue