From c35e12da77d4a0860cefc1e5ac0e84d531fc987d Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Mon, 21 Apr 2025 23:37:48 -0700 Subject: [PATCH] Remove polling operations. --- comfy_api_nodes/apis/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfy_api_nodes/apis/client.py b/comfy_api_nodes/apis/client.py index 16708b8dc..62866216f 100644 --- a/comfy_api_nodes/apis/client.py +++ b/comfy_api_nodes/apis/client.py @@ -108,8 +108,6 @@ from comfy.cli_args import args from comfy import utils from . import request_logger -# Import models from your generated stubs - T = TypeVar("T", bound=BaseModel) R = TypeVar("R", bound=BaseModel) P = TypeVar("P", bound=BaseModel) # For poll response