8000 pylint · ericmicrofocus/botbuilder-python@899a325 · GitHub
[go: up one dir, main page]

Skip to content

Commit 899a325

Browse files
committed
pylint
1 parent 6c4e1df commit 899a325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/botbuilder-core/botbuilder/core/teams/teams_info.py

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

44
from typing import List, Tuple
5-
from botbuilder.schema import ConversationParameters, ConversationReference
65

6+
from botframework.connector.aio import ConnectorClient
7+
from botframework.connector.teams.teams_connector_client import TeamsConnectorClient
8+
from botbuilder.schema import ConversationParameters, ConversationReference
79
from botbuilder.core.teams.teams_activity_extensions import (
810
teams_get_meeting_info,
911
teams_get_channel_data,
@@ -17,8 +19,6 @@
1719
TeamsPagedMembersResult,
1820
TeamsParticipantChannelAccount,
1921
)
20-
from botframework.connector.aio import ConnectorClient
21-
from botframework.connector.teams.teams_connector_client import TeamsConnectorClient
2222

2323

2424
class TeamsInfo:

0 commit comments

Comments
 (0)
0