8000 add typing and microsoft.botbuilder.schema references to activity_ada… · openvelora/botbuilder-python@604a6ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 604a6ff

Browse files
committed
add typing and microsoft.botbuilder.schema references to activity_adapter.py
1 parent 43793aa commit 604a6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/botbuilder/microsoft/botbuilder/activity_adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Licensed under the MIT License.
33

44
from abc import ABC, abstractmethod
5+
from typing import List
6+
from microsoft.botbuilder.schema import Activity
57

68

79
class ActivityAdapter(ABC):

0 commit comments

Comments
 (0)
0