8000 Update waterfall_dialog.py · Santhosh0505/botbuilder-python@86fee3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 86fee3b

Browse files
author
Emily Olshefski
committed
Update waterfall_dialog.py
1 parent 301c17b commit 86fee3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/waterfall_dialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def __init__(self, dialog_id: str, steps: [Coroutine] = None):
3232
def add_step(self, step):
3333
"""
3434
Adds a new step to the waterfall.
35+
3536
:param step: Step to add
3637
:return: Waterfall dialog for fluent calls to `add_step()`.
3738
"""

0 commit comments

Comments
 (0)
0