Skip to content

Commit

Permalink
📝 fix typo in workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Dec 9, 2024
1 parent 90bdd2c commit b638540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/code_samples/workflow_execution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from mindee import Client, WorkflowResponse
from mindee.parsing.common import ExecutionPriority

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

workflow_id = "workflow-id"

Expand Down

0 comments on commit b638540

Please sign in to comment.