Skip to content

Make job history model multi-selection aware #1641 #733

Make job history model multi-selection aware #1641

Make job history model multi-selection aware #1641 #733

Triggered via push March 6, 2025 10:29
Status Failure
Total duration 6m 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
check: ai_diffusion/cloud_client.py#L118
Method "listen" overrides class "Client" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]", override returns type "AsyncGenerator[ClientMessage, Any]"     "AsyncGenerator[ClientMessage, Any]" is not assignable to "CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" (reportIncompatibleMethodOverride)
check: ai_diffusion/comfy_client.py#L345
Method "listen" overrides class "Client" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]", override returns type "AsyncGenerator[Unknown, Any]"     "AsyncGenerator[Unknown, Any]" is not assignable to "CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" (reportIncompatibleMethodOverride)
check: ai_diffusion/connection.py#L168
"CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" is not iterable   "__aiter__" method not defined (reportGeneralTypeIssues)
check: tests/test_service.py#L66
"CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" is not iterable   "__aiter__" method not defined (reportGeneralTypeIssues)
check: tests/test_workflow.py#L96
"CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" is not iterable   "__aiter__" method not defined (reportGeneralTypeIssues)
check: tests/test_workflow.py#L566
"CoroutineType[Any, Any, Generator[ClientMessage, Any, None]]" is not iterable   "__aiter__" method not defined (reportGeneralTypeIssues)
check: tests/test_workflow.py#L571
Argument of type "dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "pose" of type "dict[Unknown, Unknown]" in function "from_open_pose_json"   Type "dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "dict[Unknown, Unknown]"     "list[Unknown]" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
check
7 errors