From 21fe9a96bf49df48ba29282ddff586f87307fe7b Mon Sep 17 00:00:00 2001 From: Swathi Pillalamarri Date: Mon, 2 Aug 2021 13:12:10 -0700 Subject: [PATCH 1/2] update import --- .../azure-eventhub/azure/eventhub/_connection_string_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/eventhub/azure-eventhub/azure/eventhub/_connection_string_parser.py b/sdk/eventhub/azure-eventhub/azure/eventhub/_connection_string_parser.py index 74dd3af71bff..66027b8ccbaf 100644 --- a/sdk/eventhub/azure-eventhub/azure/eventhub/_connection_string_parser.py +++ b/sdk/eventhub/azure-eventhub/azure/eventhub/_connection_string_parser.py @@ -2,7 +2,7 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from ._common import DictMixin +from ._mixin import DictMixin from ._client_base import _parse_conn_str From 5ad30a29eb1aa04cc7d6569eaf1f64496f7fcdfb Mon Sep 17 00:00:00 2001 From: Swathi Pillalamarri Date: Mon, 2 Aug 2021 13:20:13 -0700 Subject: [PATCH 2/2] update imports --- sdk/eventhub/azure-eventhub/azure/eventhub/_common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/eventhub/azure-eventhub/azure/eventhub/_common.py b/sdk/eventhub/azure-eventhub/azure/eventhub/_common.py index 50c187482aba..e26349f92983 100644 --- a/sdk/eventhub/azure-eventhub/azure/eventhub/_common.py +++ b/sdk/eventhub/azure-eventhub/azure/eventhub/_common.py @@ -22,7 +22,6 @@ from uamqp import BatchMessage, Message, constants -from ._mixin import DictMixin from ._utils import ( set_message_partition_key, trace_message,