Skip to content

Commit

Permalink
fixing pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
toswedlu committed Jul 16, 2020
1 parent 6649248 commit 52a9aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/cosmos/azure-cosmos/azure/cosmos/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52a9aed

Please sign in to comment.