Following views

This commit is contained in:
Mouse Reeve
2021-01-13 13:05:16 -08:00
parent 7555d76c3f
commit a385aa4cb5
7 changed files with 133 additions and 198 deletions

View File

@ -10,7 +10,8 @@ from django.views.decorators.http import require_POST
from bookwyrm import models
from bookwyrm.broadcast import broadcast
from .helpers import get_edition, handle_reading_status, handle_unshelve
from .helpers import get_edition, handle_reading_status
from .shelf import handle_unshelve
# pylint: disable= no-self-use