From 52a9aed33be1ca93e23bd1c42323ec8c1ac2fa42 Mon Sep 17 00:00:00 2001 From: Tom Swedlund Date: Thu, 16 Jul 2020 14:51:42 -0400 Subject: [PATCH] fixing pylint issues --- sdk/cosmos/azure-cosmos/azure/cosmos/database.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/azure/cosmos/database.py b/sdk/cosmos/azure-cosmos/azure/cosmos/database.py index 231372195c31..9e8e6572a0f9 100644 --- a/sdk/cosmos/azure-cosmos/azure/cosmos/database.py +++ b/sdk/cosmos/azure-cosmos/azure/cosmos/database.py @@ -172,8 +172,8 @@ def create_container( :param offer_throughput: The provisioned throughput for this offer. :param unique_key_policy: The unique key policy to apply to the container. :param conflict_resolution_policy: The conflict resolution policy to apply to the container. - :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves - analytical storage off and a value of -1 turns analytical storage on with no TTL. + :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of + None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL. :keyword str session_token: Token for use with Session consistency. :keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request. :keyword str etag: An ETag value, or the wildcard character (*). Used to check if the resource @@ -266,8 +266,8 @@ def create_container_if_not_exists( :param offer_throughput: The provisioned throughput for this offer. :param unique_key_policy: The unique key policy to apply to the container. :param conflict_resolution_policy: The conflict resolution policy to apply to the container. - :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves - analytical storage off and a value of -1 turns analytical storage on with no TTL. + :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of + None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL. :keyword str session_token: Token for use with Session consistency. :keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request. :keyword str etag: An ETag value, or the wildcard character (*). Used to check if the resource