fix: flake8

This commit is contained in:
Markos Gogoulos 2025-03-09 20:50:07 +02:00
parent a02e0a8a66
commit d1fda05fdc

View File

@ -146,7 +146,7 @@ def edit_subtitle(request):
if not filename.endswith(".vtt"): if not filename.endswith(".vtt"):
filename = f"{filename}.vtt" filename = f"{filename}.vtt"
response["Content-Disposition"] = f"attachment; filename={filename}" # flake8: noqa response["Content-Disposition"] = f"attachment; filename={filename}" # noqa
return response return response