fix: flake8
This commit is contained in:
parent
a02e0a8a66
commit
d1fda05fdc
@ -146,7 +146,7 @@ def edit_subtitle(request):
|
||||
if not filename.endswith(".vtt"):
|
||||
filename = f"{filename}.vtt"
|
||||
|
||||
response["Content-Disposition"] = f"attachment; filename={filename}" # flake8: noqa
|
||||
response["Content-Disposition"] = f"attachment; filename={filename}" # noqa
|
||||
|
||||
return response
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user