From a22ccdea281328d1d56a4a08d0d335aa021ff2b3 Mon Sep 17 00:00:00 2001 From: Swathi Pillalamarri Date: Tue, 4 Jan 2022 11:04:59 -0800 Subject: [PATCH] fix pylint --- sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py b/sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py index 1eb87a264398..3f5f01395276 100644 --- a/sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py +++ b/sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py @@ -2,8 +2,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from typing import Optional, Dict, Any - from enum import Enum class RetryMode(str, Enum):