Skip to content

Commit

Permalink
removing whitespace that pylint doesn't like
Browse files Browse the repository at this point in the history
  • Loading branch information
toswedlu committed Jul 17, 2020
1 parent 3d6494e commit 72982ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/azure/cosmos/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72982ce

Please sign in to comment.