8000 adding the space back · TheCompuGuru/botbuilder-python@c411e94 · GitHub
[go: up one dir, main page]

Skip to content

Commit c411e94

Browse files
committed
adding the space back
1 parent 744cd38 commit c411e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from botbuilder.schema import Activity
22
from botbuilder.schema.teams import NotificationInfo, TeamsChannelData, TeamInfo
33

4+
45
def teams_get_channel_id(activity: Activity) -> str:
56
if not activity:
67
return None

0 commit comments

Comments
 (0)
0