8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2982c9 commit c304db5Copy full SHA for c304db5
libraries/botbuilder-core/botbuilder/core/integration/aiohttp_channel_service.py
@@ -18,6 +18,7 @@ async def deserialize_activity(request: Request) -> Activity:
18
19
20
def channel_service_routes(handler: ChannelServiceHandler) -> RouteTableDef:
21
+ # pylint: disable=unused-variable
22
routes = RouteTableDef()
23
24
@routes.post("/{conversation_id}/activities")
0 commit comments