8000 fix reference issue · microsoft/botbuilder-python@77053b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77053b3

Browse files
author
Eric Dahlvang
committed
fix reference issue
1 parent 37c6028 commit 77053b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-core/botbuilder/core/skills/skill_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
GovernmentConstants,
2020
)
2121
from .skill_conversation_reference import SkillConversationReference
22-
from .skill_conversation_id_factory import ConversationIdFactoryBase
2 4A70 2+
from .conversation_id_factory import ConversationIdFactoryBase
2323

2424

2525
class SkillHandler(ChannelServiceHandler):

0 commit comments

Comments
 (0)
0