diff --git a/bookwyrm/views/preferences/export.py b/bookwyrm/views/preferences/export.py index 58c77b14c..32e7db06e 100644 --- a/bookwyrm/views/preferences/export.py +++ b/bookwyrm/views/preferences/export.py @@ -247,7 +247,8 @@ class ExportArchive(View): export.export_data, content_type="application/gzip", headers={ - "Content-Disposition": 'attachment; filename="bookwyrm-account-export.tar.gz"' # pylint: disable=line-too-long + # pylint: disable=line-too-long + "Content-Disposition": 'attachment; filename="bookwyrm-account-export.tar.gz"' }, ) except FileNotFoundError: