Skip to content

Commit dad9d0a

Browse files
Update cosmosdbservice.py
1 parent 5b103e7 commit dad9d0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/history/cosmosdbservice.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import uuid
22
from datetime import datetime
33

4-
from azure.cosmos import exceptions
5-
from azure.cosmos.aio import CosmosClient
4+
65

76

87
class CosmosConversationClient:
8+
from azure.cosmos import exceptions
9+
from azure.cosmos.aio import CosmosClient
910
def __init__(
1011
self,
1112
cosmosdb_endpoint: str,

0 commit comments

Comments
 (0)