diff --git a/comfy_api_nodes/apis/client.py b/comfy_api_nodes/apis/client.py index 92aab9435..b3909de50 100644 --- a/comfy_api_nodes/apis/client.py +++ b/comfy_api_nodes/apis/client.py @@ -278,7 +278,6 @@ class ApiClient: "headers": headers, } - def get_headers(self) -> Dict[str, str]: """Get headers for API requests, including authentication if available""" headers = {"Content-Type": "application/json", "Accept": "application/json"}