Skip to content

Commit

Permalink
move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Nov 6, 2024
1 parent 64ab9b3 commit 01c8b8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_label_studio_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import os
import pandas as pd
from adala.agents import Agent
from label_studio_sdk.label_interface import LabelInterface
from label_studio_sdk.label_interface.objects import PredictionValue


@pytest.mark.asyncio
Expand Down Expand Up @@ -161,10 +163,6 @@ async def test_label_studio_skill_with_ner():
assert predictions.entities.tolist() == expected_predictions


from label_studio_sdk.label_interface import LabelInterface
from label_studio_sdk.label_interface.objects import PredictionValue


@pytest.mark.vcr
@pytest.mark.asyncio
async def test_label_studio_skill_valid_predictions():
Expand Down

0 comments on commit 01c8b8e

Please sign in to comment.