Skip to content
Open

dd #122

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/api/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft. All rights reserved.
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
# See LICENSE file in the project root for full license information.
import contextlib
Expand Down Expand Up @@ -145,3 +145,4 @@ def create_app():
app.include_router(routes.router)

return app

3 changes: 2 additions & 1 deletion tests/test_search_index_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft. All rights reserved.
# TESTCopyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
# See LICENSE file in the project root for full license information.
import csv
Expand Down Expand Up @@ -362,3 +362,4 @@ def _get_mock_rag(self, embedding_client):
if __name__ == "__main__":
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()