Prevent lint error
See @hughrun 's explanation https://github.com/bookwyrm-social/bookwyrm/pull/3189#issuecomment-1876145423
This commit is contained in:
parent
51cb70d344
commit
30c9ec9611
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,7 @@ class Export(View):
|
|||
)
|
||||
|
||||
|
||||
# pylint: disable=no-self-use
|
||||
# pylint: disable=no-self-use,too-many-locals
|
||||
@method_decorator(login_required, name="dispatch")
|
||||
class ExportUser(View):
|
||||
"""Let users export user data to import into another Bookwyrm instance"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue