Skip to content

Commit

Permalink
update to relative imports, as needed within unitxt
Browse files Browse the repository at this point in the history
  • Loading branch information
matanor committed Jan 22, 2024
1 parent 956e97b commit 2b87442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unitxt/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import pandas as pd

from unitxt.operator import SequentialOperator
from unitxt.stream import MultiStream
from .operator import SequentialOperator
from .stream import MultiStream


def evaluate(dataset: pd.DataFrame, metric_names: List[str]):
Expand Down

0 comments on commit 2b87442

Please sign in to comment.