8000 fixing linting · guptarohan41/botbuilder-python@86ff943 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86ff943

Browse files
committed
fixing linting
1 parent f7424fd commit 86ff943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-core/tests/teams/activity-update-and-delete/bots/activity_update_and_delete_bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from botbuilder.core import MessageFactory, TurnContext, ActivityHandler
55

6+
67
class ActivitiyUpdateAndDeleteBot(ActivityHandler):
78
def __init__(self, activity_ids):
89
self.activity_ids = activity_ids

0 commit comments

Comments
 (0)
0