Skip to content

Commit 936ec6c

Browse files
authored
[EventHub] fix pylint (Azure#22321)
follow up fix to retry fixed mode PR: Azure#21844
1 parent 9bbd54c commit 936ec6c

File tree

1 file changed

+0
-2
lines changed
  • sdk/eventhub/azure-eventhub/azure/eventhub

1 file changed

+0
-2
lines changed

sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
from typing import Optional, Dict, Any
6-
75
from enum import Enum
86

97
class RetryMode(str, Enum):

0 commit comments

Comments
 (0)