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

Skip to content

Commit ea68207

Browse files
author
Emily Olshefski
committed
Revert "Update dialog_set.py"
This reverts commit ca8f0b1.
1 parent ca8f0b1 commit ea68207

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_set.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def __init__(self, dialog_state: StatePropertyAccessor = None):
3737
def add(self, dialog: Dialog):
3838
"""
3939
Adds a new dialog to the set and returns the added d 7D7D ialog.
40-
4140
:param dialog: The dialog to add.
4241
"""
4342
if dialog is None or not isinstance(dialog, Dialog):
@@ -72,7 +71,6 @@ async def create_context(self, turn_context: TurnContext) -> DialogContext:
7271
async def find(self, dialog_id: str) -> Dialog:
7372
"""
7473
Finds a dialog that was previously added to the set using add(dialog)
75-
7674
:param dialog_id: ID of the dialog/prompt to look up.
7775
:return: The dialog if found, otherwise null.
7876
"""

0 commit comments

Comments
 (0)
0