Skip to content

Commit 406f4c9

Browse files
committed
pylint: Tests for skill handler and added missing dependency
1 parent 273cc3a commit 406f4c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/botbuilder-core/tests/skills/test_skill_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
from asyncio import Future
55
from typing import Dict, List
66

7-
import aiounittest
87
from unittest.mock import Mock, MagicMock
8+
import aiounittest
9+
910
from botbuilder.core import TurnContext, BotActionNotImplementedError
1011
from botbuilder.core.skills import ConversationIdFactoryBase, SkillHandler
1112
from botbuilder.schema import (

0 commit comments

Comments
 (0)