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: