diff --git a/azure/cosmos/cosmos_client.py b/azure/cosmos/cosmos_client.py index c52a08b..92337b0 100644 --- a/azure/cosmos/cosmos_client.py +++ b/azure/cosmos/cosmos_client.py @@ -68,7 +68,7 @@ def __init__(self, url_connection, auth, connection_policy=None, - consistency_level=documents.ConsistencyLevel.Session): + consistency_level): """ :param str url_connection: The URL for connecting to the DB server.