Skip to content

Commit

Permalink
import changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliva Kar committed Jan 10, 2024
1 parent 55fc5b4 commit a70e2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-iot-device/azure/iot/device/iothub/abstract_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
from azure.iot.device.common import auth, handle_exceptions
from . import edge_hsm
from .pipeline import MQTTPipeline, HTTPPipeline
from typing_extensions import Self
from azure.iot.device.custom_typing import JSONSerializable, Twin, TwinPatch
from typing import Any, Callable, Dict, List, Optional, Self, Union
from typing import Any, Callable, Dict, List, Optional, Union

logger = logging.getLogger(__name__)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

import abc
import logging
from typing import Any, Dict, List, Optional, Self, Union
from typing_extensions import Self
from typing import Any, Dict, List, Optional, Union
from azure.iot.device.provisioning import pipeline

from azure.iot.device.common.auth import sastoken as st
Expand Down

0 comments on commit a70e2a2

Please sign in to comment.