8000 pylint: Merge with master · snifhex/botbuilder-python@c304db5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c304db5

Browse files
committed
pylint: Merge with master
1 parent d2982c9 commit c304db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-core/botbuilder/core/integration/aiohttp_channel_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ async def deserialize_activity(request: Request) -> Activity:
1818

1919

2020
def channel_service_routes(handler: ChannelServiceHandler) -> RouteTableDef:
21+
# pylint: disable=unused-variable
2122
routes = RouteTableDef()
2223

2324
@routes.post("/{conversation_id}/activities")

0 commit comments

Comments
 (0)
0