Skip to content

Commit 686b441

Browse files
Typos
Signed-off-by: Elena Kolevska <[email protected]>
1 parent e85e4dc commit 686b441

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

dapr/aio/clients/grpc/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ async def start_workflow(
14301430
"""
14311431
# Warnings and input validation
14321432
warn(
1433-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1433+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
14341434
UserWarning,
14351435
stacklevel=2,
14361436
)
@@ -1483,7 +1483,7 @@ async def get_workflow(self, instance_id: str, workflow_component: str) -> GetWo
14831483
"""
14841484
# Warnings and input validation
14851485
warn(
1486-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1486+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
14871487
UserWarning,
14881488
stacklevel=2,
14891489
)
@@ -1525,7 +1525,7 @@ async def terminate_workflow(self, instance_id: str, workflow_component: str) ->
15251525
"""
15261526
# Warnings and input validation
15271527
warn(
1528-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1528+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
15291529
UserWarning,
15301530
stacklevel=2,
15311531
)
@@ -1571,7 +1571,7 @@ async def raise_workflow_event(
15711571
"""
15721572
# Warnings and input validation
15731573
warn(
1574-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1574+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
15751575
UserWarning,
15761576
stacklevel=2,
15771577
)
@@ -1660,7 +1660,7 @@ async def resume_workflow(self, instance_id: str, workflow_component: str) -> Da
16601660
"""
16611661
# Warnings and input validation
16621662
warn(
1663-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1663+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
16641664
UserWarning,
16651665
stacklevel=2,
16661666
)
@@ -1692,7 +1692,7 @@ async def purge_workflow(self, instance_id: str, workflow_component: str) -> Dap
16921692
"""
16931693
# Warnings and input validation
16941694
warn(
1695-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1695+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
16961696
UserWarning,
16971697
stacklevel=2,
16981698
)

dapr/clients/grpc/client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ def start_workflow(
14311431
"""
14321432
# Warnings and input validation
14331433
warn(
1434-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1434+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
14351435
UserWarning,
14361436
stacklevel=2,
14371437
)
@@ -1480,7 +1480,7 @@ def get_workflow(self, instance_id: str, workflow_component: str) -> GetWorkflow
14801480
"""
14811481
# Warnings and input validation
14821482
warn(
1483-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1483+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
14841484
UserWarning,
14851485
stacklevel=2,
14861486
)
@@ -1523,7 +1523,7 @@ def terminate_workflow(self, instance_id: str, workflow_component: str) -> DaprR
15231523
"""
15241524
# Warnings and input validation
15251525
warn(
1526-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1526+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
15271527
UserWarning,
15281528
stacklevel=2,
15291529
)
@@ -1568,7 +1568,7 @@ def raise_workflow_event(
15681568
"""
15691569
# Warnings and input validation
15701570
warn(
1571-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1571+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
15721572
UserWarning,
15731573
stacklevel=2,
15741574
)
@@ -1627,7 +1627,7 @@ def pause_workflow(self, instance_id: str, workflow_component: str) -> DaprRespo
16271627
"""
16281628
# Warnings and input validation
16291629
warn(
1630-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1630+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
16311631
UserWarning,
16321632
stacklevel=2,
16331633
)
@@ -1659,7 +1659,7 @@ def resume_workflow(self, instance_id: str, workflow_component: str) -> DaprResp
16591659
"""
16601660
# Warnings and input validation
16611661
warn(
1662-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1662+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
16631663
UserWarning,
16641664
stacklevel=2,
16651665
)
@@ -1691,7 +1691,7 @@ def purge_workflow(self, instance_id: str, workflow_component: str) -> DaprRespo
16911691
"""
16921692
# Warnings and input validation
16931693
warn(
1694-
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change.',
1694+
'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.',
16951695
UserWarning,
16961696
stacklevel=2,
16971697
)

0 commit comments

Comments
 (0)