1
0
Fork 0

code cleanup

This commit is contained in:
Hugh Rundle 2021-11-20 19:19:51 +11:00
parent b406a03533
commit a3270551f9
No known key found for this signature in database
GPG key ID: CD23D6039184286B
4 changed files with 6 additions and 2 deletions

View file

@ -17,6 +17,7 @@ from .helpers import load_date_in_user_tz_as_utc
@method_decorator(login_required, name="dispatch")
# pylint: disable=no-self-use
# pylint: disable=too-many-return-statements
class ReadingStatus(View):
"""consider reading a book"""