Skip to content

Commit

Permalink
Dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev-semyon authored Mar 15, 2023
1 parent 77ae4dd commit 775f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_service/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ def check_pdf_ok(f: bytes):
try:
PdfFileReader(io.BytesIO(f))
return True
except Exception as e:
except Exception:
return False

0 comments on commit 775f36f

Please sign in to comment.