Skip to content

Commit

Permalink
[EventHubs] remove unused import (#21949)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhaoling authored Dec 1, 2021
1 parent e8b655d commit 0a1c3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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 List, Dict, Any, Iterable, Optional, Union
from typing import Dict, Any, Iterable, Optional, Union
import time
import uuid
import logging
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/azure/eventhub/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import datetime
import calendar
import logging
from typing import TYPE_CHECKING, Type, Optional, Dict, Union, Any, Iterable, Tuple, List, Mapping
from typing import TYPE_CHECKING, Type, Optional, Dict, Union, Any, Iterable, Tuple, Mapping

import six

Expand Down

0 comments on commit 0a1c3fa

Please sign in to comment.