mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-14 10:56:41 +02:00
🎨(backend) remove unused variable
output seems to be redefined few lines after. Please feel free to challenge this change.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user