From 8aeaf62300901e576dfe367d26d0f64e77112469 Mon Sep 17 00:00:00 2001 From: Alexander Hermann <61782985+alherm7@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:22:18 +0200 Subject: [PATCH] Update _blob_service_client.py This helps mypy detect the right class. Also it will help VS Code intellisense get the right code suggestions. --- .../azure/storage/blob/_blob_service_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-blob/azure/storage/blob/_blob_service_client.py b/sdk/storage/azure-storage-blob/azure/storage/blob/_blob_service_client.py index 89abab31b4c7..04843f645c2c 100644 --- a/sdk/storage/azure-storage-blob/azure/storage/blob/_blob_service_client.py +++ b/sdk/storage/azure-storage-blob/azure/storage/blob/_blob_service_client.py @@ -152,7 +152,7 @@ def from_connection_string( conn_str, # type: str credential=None, # type: Optional[Union[str, Dict[str, str], AzureNamedKeyCredential, AzureSasCredential, "TokenCredential"]] # pylint: disable=line-too-long **kwargs # type: Any - ): # type: (...) -> ClassType + ) -> "BlobServiceClient": # type: (...) -> ClassType """Create BlobServiceClient from a Connection String. :param str conn_str: