8000 Merge pull request #504 from microsoft/josh/cleanUp · guptarohan41/botbuilder-python@177f34f · GitHub
[go: up one dir, main page]

Skip to content

Commit 177f34f

Browse files
authored
Merge pull request microsoft#504 from microsoft/josh/cleanUp
removing testing method
2 parents 853053b + c2c5e1f commit 177f34f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
from botbuilder.schema.teams import NotificationInfo, TeamsChannelData, TeamInfo
33

44

5-
def dummy():
6-
return 1
7-
8-
95
def teams_get_channel_id(activity: Activity) -> str:
106
if not activity:
117
return None

0 commit comments

Comments
 (0)
0