Skip to content

Commit 609efcf

Browse files
committed
updating license doc
1 parent 2d576f9 commit 609efcf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/unitary/with_extras/aqua/test_deployment_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from unittest.mock import MagicMock, patch
1010
from importlib import reload
1111
from notebook.base.handlers import IPythonHandler
12+
import pytest
1213

1314
import ads.config
1415
import ads.aqua

tests/unitary/with_extras/langchain/test_deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import tempfile
33
from unittest.mock import MagicMock, patch
4+
import pytest
45

56
from ads.llm.deploy import ChainDeployment
67

tests/unitary/with_extras/langchain/test_guardrails.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from ads.llm.guardrails.base import BlockedByGuardrail, GuardrailIO
1818
from ads.llm.chain import GuardrailSequence
1919
from ads.llm.serialize import load, dump
20+
import pytest
2021

2122

2223
class FakeLLM(LLM):

0 commit comments

Comments
 (0)