8000 black formatter: Added send_activities and updated the logic · rusty0209/botbuilder-python@7fc4cb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fc4cb7

Browse files
committed
black formatter: Added send_activities and updated the logic
1 parent 555cc7c commit 7fc4cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-ai/tests/luis/null_adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class NullAdapter(BotAdapter):
1111
"""
1212
This is a BotAdapter that does nothing on the Send operation, equivalent to piping to /dev/null.
1313
"""
14+
1415
# pylint: disable=unused-argument
1516

1617
async def send_activities(

0 commit comments

Comments
 (0)
0