Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliva Kar committed Jan 11, 2024
1 parent f35b08d commit 8e328a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-iot-device/azure/iot/device/custom_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ class StorageInfo(TypedDict):
blobName: str
sasToken: str

ProvisioningPayload = Union[Dict[str, Any], str, int]

ProvisioningPayload = Union[Dict[str, Any], str, int]

0 comments on commit 8e328a0

Please sign in to comment.