We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35bbf9f + b632b84 commit e3eedd4Copy full SHA for e3eedd4
libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/activity_prompt.py
@@ -1,7 +1,6 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-from abc import ABC
5
from typing import Callable, Dict
6
7
from botbuilder.core import TurnContext
@@ -20,7 +19,7 @@
20
19
from .prompt_validator_context import PromptValidatorContext
21
22
23
-class ActivityPrompt(Dialog, ABC):
+class ActivityPrompt(Dialog):
24
"""
25
Waits for an activity to be received.
26
0 commit comments