8000 resolving merge conflict · guptarohan41/botbuilder-python@c588020 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c588020

Browse files
committed
resolving merge conflict
2 parents b78d8e5 + cd9651b commit c588020

File tree

1 file changed

+10
-0
lines changed
  • samples/57.teams-conversation-bot

1 file changed

+10
-0
lines changed

samples/57.teams-conversation-bot/app.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,26 @@
55
import sys
66
import uuid
77
from datetime import datetime
8+
<<<<<<< HEAD
9+
=======
10+
from typing import Dict
11+
>>>>>>> cd9651bd29e2b15caa3ba1cb5912927f019f0085
812

913
from flask import Flask, request, Response
1014
from botbuilder.core import (
1115
BotFrameworkAdapterSettings,
1216
TurnContext,
1317
BotFrameworkAdapter,
1418
)
19+
<<<<<<< HEAD
1520
from botbuilder.schema import Activity, ActivityTypes
1621

1722
from bots import TeamsConversationBot
23+
=======
24+
from botbuilder.schema import Activity, ActivityTypes, ConversationReference
25+
26+
from bots import ProactiveBot
27+
>>>>>>> cd9651bd29e2b15caa3ba1cb5912927f019f0085
1828

1929
# Create the loop and Flask app
2030
LOOP = asyncio.get_event_loop()

0 commit comments

Comments
 (0)
0