Skip to content

Commit 0479397

Browse files
committed
fix: updates for build to pass for linter/tests
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent c1fa993 commit 0479397

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ext/dapr-ext-workflow/dapr/ext/workflow/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from dapr.ext.workflow._durabletask.task import TaskFailedError
1818
from dapr.ext.workflow.dapr_workflow_client import DaprWorkflowClient
1919
from dapr.ext.workflow.dapr_workflow_context import DaprWorkflowContext, when_all, when_any
20+
from dapr.ext.workflow.mcp import DaprMCPClient, MCPToolDef
2021
from dapr.ext.workflow.propagation import (
2122
ActivityResult,
2223
ChildWorkflowResult,
@@ -48,4 +49,6 @@
4849
'WorkflowResult',
4950
'ActivityResult',
5051
'ChildWorkflowResult',
52+
'DaprMCPClient',
53+
'MCPToolDef',
5154
]

tests/examples/test_mcp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from typing import Generator
1818

1919
import pytest
20+
2021
from tests.process_utils import get_kwargs_for_process_group, terminate_process_group
2122

2223
REPO_ROOT = Path(__file__).resolve().parent.parent.parent

0 commit comments

Comments
 (0)