From 72982cef83587106579d89f332dff659863d78d3 Mon Sep 17 00:00:00 2001 From: Tom Swedlund Date: Fri, 17 Jul 2020 17:22:28 -0400 Subject: [PATCH] removing whitespace that pylint doesn't like --- sdk/cosmos/azure-cosmos/azure/cosmos/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/azure/cosmos/database.py b/sdk/cosmos/azure-cosmos/azure/cosmos/database.py index 53db0e7ff534..5b39dfb00224 100644 --- a/sdk/cosmos/azure-cosmos/azure/cosmos/database.py +++ b/sdk/cosmos/azure-cosmos/azure/cosmos/database.py @@ -278,7 +278,7 @@ def create_container_if_not_exists( :raises ~azure.cosmos.exceptions.CosmosHttpResponseError: The container read or creation failed. :rtype: ~azure.cosmos.ContainerProxy """ - + analytical_storage_ttl = kwargs.pop("analytical_storage_ttl", None) try: container_proxy = self.get_container_client(id)