From 63556900b220bd4ade6f55e31c220a1c97f5a46e Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Mon, 5 May 2025 23:12:12 -0700 Subject: [PATCH] Use 3.9 compat syntax (#164) --- comfy_api_nodes/apis/client.py | 1 - 1 file changed, 1 deletion(-) 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"}