Skip to content

Commit e57914f

Browse files
committed
chore: removed unused variable
1 parent 9bf2459 commit e57914f

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

celerybeat-schedule-shm

0 Bytes
Binary file not shown.

celerybeat-schedule-wal

941 KB
Binary file not shown.

intranet/apps/printing/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def add_watermark(pdf_path: str, obj) -> str:
345345
reader = PdfReader(pdf_path)
346346
writer = PdfWriter()
347347

348-
out_fd, out_path = tempfile.mkstemp(suffix="_wm.pdf")
348+
out_path = tempfile.mkstemp(suffix="_wm.pdf")
349349
i = 0
350350

351351
for page in reader.pages:

0 commit comments

Comments
 (0)