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 6c4e1df commit 899a325Copy full SHA for 899a325
libraries/botbuilder-core/botbuilder/core/teams/teams_info.py
@@ -2,8 +2,10 @@
2
# Licensed under the MIT License.
3
4
from typing import List, Tuple
5
-from botbuilder.schema import ConversationParameters, ConversationReference
6
+from botframework.connector.aio import ConnectorClient
7
+from botframework.connector.teams.teams_connector_client import TeamsConnectorClient
8
+from botbuilder.schema import ConversationParameters, ConversationReference
9
from botbuilder.core.teams.teams_activity_extensions import (
10
teams_get_meeting_info,
11
teams_get_channel_data,
@@ -17,8 +19,6 @@
17
19
TeamsPagedMembersResult,
18
20
TeamsParticipantChannelAccount,
21
)
-from botframework.connector.aio import ConnectorClient
-from botframework.connector.teams.teams_connector_client import TeamsConnectorClient
22
23
24
class TeamsInfo:
0 commit comments