Skip to content

Commit

Permalink
Update cosmosdbservice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft authored Dec 27, 2024
1 parent 5b103e7 commit dad9d0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/history/cosmosdbservice.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import uuid
from datetime import datetime

from azure.cosmos import exceptions
from azure.cosmos.aio import CosmosClient



class CosmosConversationClient:
from azure.cosmos import exceptions
from azure.cosmos.aio import CosmosClient
def __init__(
self,
cosmosdb_endpoint: str,
Expand Down

0 comments on commit dad9d0a

Please sign in to comment.