8000
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 273cc3a commit 406f4c9Copy full SHA for 406f4c9
libraries/botbuilder-core/tests/skills/test_skill_handler.py
@@ -4,8 +4,9 @@
4
from asyncio import Future
5
from typing import Dict, List
6
7
-import aiounittest
8
from unittest.mock import Mock, MagicMock
+import aiounittest
9
+
10
from botbuilder.core import TurnContext, BotActionNotImplementedError
11
from botbuilder.core.skills import ConversationIdFactoryBase, SkillHandler
12
from botbuilder.schema import (
0 commit comments