🎨(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
2024-12-16 20:11:21 +01:00
parent bc67d1b978
commit 194ac8e856

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: