Fixed linting and build errors

This commit is contained in:
alexjanousekGSA
2025-07-31 13:38:50 -04:00
parent 611ada696f
commit c04d8969f5
14 changed files with 96 additions and 70 deletions

View File

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