fix: flake8

This commit is contained in:
Markos Gogoulos 2025-03-09 20:48:09 +02:00
parent 21f76dbb6e
commit a02e0a8a66

View File

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