Made changes for zap scans

This commit is contained in:
alexjanousekGSA
2025-07-31 10:50:55 -04:00
parent f681f53b05
commit 73154b1fa5
4 changed files with 83 additions and 20 deletions

View File

@@ -23,9 +23,7 @@ class BaseAPIClient:
This class is not thread-safe.
"""
def __init__(
self, api_key, base_url=API_HOST_NAME, timeout=30
):
def __init__(self, api_key, base_url=API_HOST_NAME, timeout=30):
"""
Initialise the client
Error if either of base_url or secret missing