Remove polling operations.

This commit is contained in:
Robin Huang 2025-04-21 23:37:48 -07:00
parent 320fbbbe44
commit c35e12da77

View File

@ -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