Skip to content

Commit

Permalink
[EventHub] fix pylint (Azure#22321)
Browse files Browse the repository at this point in the history
follow up fix to retry fixed mode PR: Azure#21844
  • Loading branch information
swathipil authored Jan 4, 2022
1 parent 9bbd54c commit 936ec6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 936ec6c

Please sign in to comment.