Skip to content

Commit

Permalink
Merge pull request #2 from Pavan-Microsoft/demo
Browse files Browse the repository at this point in the history
Demo
  • Loading branch information
Pavan-Microsoft authored Jan 21, 2025
2 parents 9f80391 + bbaffb2 commit 9c2096e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from quart import (Blueprint, Quart, jsonify, make_response, render_template,
request, send_from_directory)


from backend.auth.auth_utils import get_authenticated_user_details
from backend.history.cosmosdbservice import CosmosConversationClient
from backend.security.ms_defender_utils import get_msdefender_user_json
Expand Down
1 change: 0 additions & 1 deletion backend/history/cosmosdbservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from azure.cosmos import exceptions
from azure.cosmos.aio import CosmosClient


class CosmosConversationClient:
def __init__(
self,
Expand Down

0 comments on commit 9c2096e

Please sign in to comment.