Skip to content

Commit 2018978

Browse files
filintodacroca
andauthored
Update daprdocs/content/en/python-sdk-docs/python-client.md
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Filinto Duran <[email protected]>
1 parent 3854bbd commit 2018978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/python-sdk-docs/python-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Since version 1.15 Dapr offers developers the capability to securely and reliabl
441441

442442
```python
443443
from dapr.clients import DaprClient
444-
from dapr.clients.grpc._conversation import ConversationInput
444+
from dapr.clients.grpc.conversation import ConversationInput
445445

446446
with DaprClient() as d:
447447
inputs = [

0 commit comments

Comments
 (0)