Skip to content

Commit 6f3afdb

Browse files
📝 fix typo in workflow example (#289)
1 parent 90bdd2c commit 6f3afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extras/code_samples/workflow_execution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from mindee import Client, WorkflowResponse
22
from mindee.parsing.common import ExecutionPriority
33

44
# Init a new client
5-
mindee_client = Client(api_key: "my-api-key")
5+
mindee_client = Client(api_key="my-api-key")
66

77
workflow_id = "workflow-id"
88

0 commit comments

Comments
 (0)