Skip to content

Commit b4adf1c

Browse files
committed
Add support for signal api changes
1 parent f7fee61 commit b4adf1c

4 files changed

Lines changed: 328 additions & 400 deletions

File tree

src/conductor/client/http/models/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,4 @@
5757
from conductor.client.http.models.workflow_task import CacheConfig
5858
from conductor.client.http.models.schema_def import SchemaDef
5959
from conductor.client.http.models.schema_def import SchemaType
60-
from conductor.client.http.models.signal_response import SignalResponse
61-
from conductor.client.http.models.task_run import TaskRun
60+
from conductor.client.http.models.signal_response import SignalResponse, TaskStatus

0 commit comments

Comments
 (0)