Skip to content

Commit 1b58dab

Browse files
misscodedseratch
authored andcommitted
update docs > create step with correct WorkflowStep path
1 parent 15a107b commit 1b58dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_steps/creating_workflow_step.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ After instantiating a `WorkflowStep`, you can pass it into `app.step()`. Behind
1818
</div>
1919

2020
```python
21-
from slack_bolt import App, WorkflowStep
21+
from slack_bolt import App
22+
from slack_bolt.workflows.step import WorkflowStep
2223

2324
# Initiate the Bolt app as you normally would
2425
app = App(

0 commit comments

Comments
 (0)