From 8e328a03cc4e8b44c91e745dfc26e41149dfe9d4 Mon Sep 17 00:00:00 2001 From: Oliva Kar Date: Wed, 10 Jan 2024 17:14:23 -0800 Subject: [PATCH] flake --- azure-iot-device/azure/iot/device/custom_typing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-iot-device/azure/iot/device/custom_typing.py b/azure-iot-device/azure/iot/device/custom_typing.py index 782131903..2c1508fd4 100644 --- a/azure-iot-device/azure/iot/device/custom_typing.py +++ b/azure-iot-device/azure/iot/device/custom_typing.py @@ -37,4 +37,5 @@ class StorageInfo(TypedDict): blobName: str sasToken: str -ProvisioningPayload = Union[Dict[str, Any], str, int] \ No newline at end of file + +ProvisioningPayload = Union[Dict[str, Any], str, int]