formatting files

This commit is contained in:
Beverly Nguyen
2025-08-06 13:40:11 -07:00
parent 95421c6d1e
commit 562a57bd85
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