Skip to content

Commit 52a9aed

Browse files
committed
fixing pylint issues
1 parent 6649248 commit 52a9aed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/cosmos/azure-cosmos/azure/cosmos/database.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ def create_container(
172172
:param offer_throughput: The provisioned throughput for this offer.
173173
:param unique_key_policy: The unique key policy to apply to the container.
174174
:param conflict_resolution_policy: The conflict resolution policy to apply to the container.
175-
:param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves
176-
analytical storage off and a value of -1 turns analytical storage on with no TTL.
175+
:param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of
176+
None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL.
177177
:keyword str session_token: Token for use with Session consistency.
178178
:keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request.
179179
: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(
266266
:param offer_throughput: The provisioned throughput for this offer.
267267
:param unique_key_policy: The unique key policy to apply to the container.
268268
:param conflict_resolution_policy: The conflict resolution policy to apply to the container.
269-
:param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves
270-
analytical storage off and a value of -1 turns analytical storage on with no TTL.
269+
:param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of
270+
None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL.
271271
:keyword str session_token: Token for use with Session consistency.
272272
:keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request.
273273
:keyword str etag: An ETag value, or the wildcard character (*). Used to check if the resource

0 commit comments

Comments
 (0)