Skip to content

Commit 5d70267

Browse files
committed
Updated pr.
1 parent fd7b7be commit 5d70267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unitary/with_extras/langchain/embeddings/test_oci_model_deployment_endpoint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
import pytest
1010
import sys
1111
from unittest.mock import MagicMock, patch
12-
from ads.llm import OCIDataScienceEmbedding
1312

1413
if sys.version_info < (3, 9):
1514
pytest.skip(allow_module_level=True)
1615

16+
from ads.llm import OCIDataScienceEmbedding
17+
1718

1819
@patch("ads.llm.OCIDataScienceEmbedding._embed_with_retry")
1920
def test_embed_documents(mock_embed_with_retry) -> None:

0 commit comments

Comments
 (0)