diff --git a/src/backend/core/models.py b/src/backend/core/models.py index 5af05050a..74d208083 100644 --- a/src/backend/core/models.py +++ b/src/backend/core/models.py @@ -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: