Pull main

This commit is contained in:
Andrew Shumway
2025-04-09 10:36:41 -06:00
parent 2457c13ef7
commit b742aec2b7
21 changed files with 56 additions and 54 deletions

View File

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

View File

@@ -29,7 +29,7 @@ class PerformancePlatformClient:
self.performance_platform_url + payload["dataType"],
json=payload,
headers=headers,
timeout=30
timeout=30,
)
if resp.status_code == 200: