Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliva Kar committed Jan 10, 2024
1 parent a70e2a2 commit 131ad55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-iot-device/azure/iot/device/iothub/models/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# --------------------------------------------------------------------------
"""This module contains classes related to direct method invocations.
"""
from typing import Optional, Self
from typing import Optional
from typing_extensions import Self
from azure.iot.device.custom_typing import JSONSerializable


Expand Down

0 comments on commit 131ad55

Please sign in to comment.