We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bdd2c commit 6f3afdbCopy full SHA for 6f3afdb
1 file changed
docs/extras/code_samples/workflow_execution.txt
@@ -2,7 +2,7 @@ from mindee import Client, WorkflowResponse
2
from mindee.parsing.common import ExecutionPriority
3
4
# Init a new client
5
-mindee_client = Client(api_key: "my-api-key")
+mindee_client = Client(api_key="my-api-key")
6
7
workflow_id = "workflow-id"
8
0 commit comments