Skip to content

Commit d1a98da

Browse files
committed
review comments
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent 97eed36 commit d1a98da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/stdlib/requirements/test_groundedness_requirement.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
import pytest
66

7-
from test.predicates import require_gpu
8-
97
from mellea.backends.huggingface import LocalHFBackend
108
from mellea.core.base import ModelOutputThunk
119
from mellea.stdlib.components import Document, Message
1210
from mellea.stdlib.context import ChatContext
1311
from mellea.stdlib.requirements.rag import GroundednessRequirement
12+
from test.predicates import require_gpu
1413

1514

1615
@pytest.fixture

0 commit comments

Comments
 (0)