Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit ff45057

Browse files
committed
resolved prompt_validator_context conflicts
2 parents 685bc9c + 69414ee commit ff45057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"Prompt",
3737
"PromptOptions",
3838
"TextPrompt"
39-
]
39+
]

libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/prompt_validator_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def attempt_count(self) -> int:
3434
Gets the number of times the prompt has been executed.
3535
"""
3636
from botbuilder.dialogs.prompts import Prompt
37-
return self.state.get(Prompt.ATTEMPT_COUNT_KEY, 0)
37+
return self.state.get(Prompt.ATTEMPT_COUNT_KEY, 0)

0 commit comments

Comments
 (0)