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.
1 parent 37c6028 commit 77053b3Copy full SHA for 77053b3
libraries/botbuilder-core/botbuilder/core/skills/skill_handler.py
@@ -19,7 +19,7 @@
19
GovernmentConstants,
20
)
21
from .skill_conversation_reference import SkillConversationReference
22
-from .skill_conversation_id_factory import ConversationIdFactoryBase
+from .conversation_id_factory import ConversationIdFactoryBase
23
24
25
class SkillHandler(ChannelServiceHandler):
0 commit comments