Skip to content

Commit 84f7e8e

Browse files
committed
nit config changes
1 parent 59928f4 commit 84f7e8e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sdk/eventhub/azure-eventhub/azure/eventhub/_pyamqp/link.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from typing import Any, Optional, TYPE_CHECKING
88
import uuid
99
import logging
10+
1011
from .error import AMQPError, ErrorCondition, AMQPLinkError, AMQPLinkRedirect, AMQPConnectionError
1112
from .endpoints import Source, Target
1213
from .constants import DEFAULT_LINK_CREDIT, SessionState, LinkState, Role, SenderSettleMode, ReceiverSettleMode

sdk/eventhub/azure-eventhub/tests/conftest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
get_region_override,
1212
get_credential as get_devtools_credential,
1313
)
14-
# from azure.eventhub.extensions.checkpointstoreblobaio import (
15-
# BlobCheckpointStore as BlobCheckpointStoreAsync,
16-
# )
17-
# from azure.eventhub.extensions.checkpointstoreblob import BlobCheckpointStore
14+
from azure.eventhub.extensions.checkpointstoreblobaio import (
15+
BlobCheckpointStore as BlobCheckpointStoreAsync,
16+
)
17+
from azure.eventhub.extensions.checkpointstoreblob import BlobCheckpointStore
1818
from azure.eventhub._pyamqp.authentication import SASTokenAuth
1919
from azure.eventhub._pyamqp import ReceiveClient
2020
from azure.eventhub import EventHubProducerClient, TransportType

0 commit comments

Comments
 (0)