8000 Revert "Update waterfall_dialog.py" · Santhosh0505/botbuilder-python@1502f13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1502f13

Browse files
author
Emily Olshefski
committed
Revert "Update waterfall_dialog.py"
This reverts commit 86fee3b.
1 parent 86fee3b commit 1502f13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ 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-
3635
:param step: Step to add
3736
:return: Waterfall dialog for fluent calls to `add_step()`.
3837
"""

0 commit comments

Comments
 (0)
0