fix static scan warnings

This commit is contained in:
Kenneth Kehl
2025-04-01 08:53:33 -07:00
parent 73cfb1a1ed
commit 49252963f9
6 changed files with 6 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ class DocumentDownloadClient:
"document": file_contents,
"is_csv": is_csv or False,
},
timeout=30
)
response.raise_for_status()