Skip to content

[EventHub] fix pylint error #41242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
swathipil opened this issue May 21, 2025 · 0 comments · May be fixed by #41243
Open

[EventHub] fix pylint error #41242

swathipil opened this issue May 21, 2025 · 0 comments · May be fixed by #41243
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs

Comments

@swathipil
Copy link
Member

Seeing the following pylint error in the azure-checkpointstoreblob-aio package:

INFO:root:Installed azure-eventhub-checkpointstoreblob-aio/azure_eventhub_checkpointstoreblob_aio-1.2.1a20250521001.tar.gz
pylint: commands[3]> python /mnt/vss/_work/1/s/eng/tox/run_pylint.py -t /mnt/vss/_work/1/s/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio
************* Module azure.eventhub.extensions.checkpointstoreblobaio._blobstoragecsaio
azure/eventhub/extensions/checkpointstoreblobaio/_blobstoragecsaio.py:9: [C4763(do-not-import-asyncio), ] If asyncio.sleep() is being called and there is an azure core transport created, we should instead use the sleep function from the azure.core.pipeline.transport context instead of importing asyncio. For other imports of asyncio, ignore this warning.

@swathipil swathipil added Event Hubs Client This issue points to a problem in the data-plane of the library. labels May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
1 participant