mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 07:42:20 -05:00
Made changes for zap scans
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user