🎨(backend) remove unused variable

output seems to be redefined few lines after.
Please feel free to challenge this change.
This commit is contained in:
lebaudantoine
2025-01-14 09:43:33 +01:00
parent bc67d1b978
commit 194ac8e856
-1
View File
@@ -798,7 +798,6 @@ class Template(BaseModel):
"""
reference_docx = "core/static/reference.docx"
output = BytesIO()
# Convert the HTML to a temporary docx file
with tempfile.NamedTemporaryFile(suffix=".docx", prefix="docx_") as tmp_file: