From 382724f146d36ceaa27495d38ef141a9c671c2a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 May 2025 16:27:02 +0000 Subject: [PATCH 1/2] Initial plan for issue From 83e01878045957a7f1c48f9e0022166a2950623d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 May 2025 16:33:12 +0000 Subject: [PATCH 2/2] Fix pylint error in EventHub package by adding pylint disable comment Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> --- .../extensions/checkpointstoreblobaio/_blobstoragecsaio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_blobstoragecsaio.py b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_blobstoragecsaio.py index 442824b8c3ef..cf4fffea7f79 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_blobstoragecsaio.py +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_blobstoragecsaio.py @@ -6,7 +6,7 @@ import logging import copy from collections import defaultdict -import asyncio +import asyncio # pylint: disable=do-not-import-asyncio from azure.eventhub.exceptions import OwnershipLostError # type: ignore from azure.eventhub.aio import CheckpointStore # type: ignore from azure.core.exceptions import ResourceModifiedError, ResourceExistsError, ResourceNotFoundError # type: ignore