Skip to content

Commit 0a1c3fa

Browse files
authored
[EventHubs] remove unused import (Azure#21949)
1 parent e8b655d commit 0a1c3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/eventhub/azure-eventhub/azure/eventhub/_eventprocessor/in_memory_checkpoint_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 List, Dict, Any, Iterable, Optional, Union
5+
from typing import Dict, Any, Iterable, Optional, Union
66
import time
77
import uuid
88
import logging

sdk/eventhub/azure-eventhub/azure/eventhub/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import datetime
1111
import calendar
1212
import logging
13-
from typing import TYPE_CHECKING, Type, Optional, Dict, Union, Any, Iterable, Tuple, List, Mapping
13+
from typing import TYPE_CHECKING, Type, Optional, Dict, Union, Any, Iterable, Tuple, Mapping
1414

1515
import six
1616

0 commit comments

Comments
 (0)