Closed gandiddi closed 2 months ago
Failing PyLint with:
***** Module botbuilder-adapters-slack.botbuilder.adapters.slack.slack_client libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_client.py:420:8: E1701: Async context manager 'NoneType' doesn't implement aenter and aexit. (not-async-context-manager)
Failing PyLint with:
***** Module botbuilder-adapters-slack.botbuilder.adapters.slack.slack_client libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_client.py:420:8: E1701: Async context manager 'NoneType' doesn't implement aenter and aexit. (not-async-context-manager)
@tracyboehrer , I have verified pylint with both Python 3.10.11 and 3.9.13 and am not encountering the specified error locally. I am seeing the same results with and without the PR changes (the aiohttp version update in setup.py), as shown in the screenshot below.
minor
Updates aiohttp from 3.9.5 to 3.10.2
https://github.com/microsoft/botbuilder-python/pull/2152