This commit is contained in:
Beverly Nguyen
2025-07-31 12:16:57 -07:00
parent 181ea66468
commit 1b04d1fd83
8 changed files with 37 additions and 49 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