We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbd54c commit 936ec6cCopy full SHA for 936ec6c
sdk/eventhub/azure-eventhub/azure/eventhub/_retry.py
@@ -2,8 +2,6 @@
2
# Copyright (c) Microsoft Corporation. All rights reserved.
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
-from typing import Optional, Dict, Any
6
-
7
from enum import Enum
8
9
class RetryMode(str, Enum):
0 commit comments