Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent 1e5cd17 commit 66c4b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evals/evaluation/rag_eval/examples/eval_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
import json
import os

from tqdm import tqdm

from evals.evaluation.rag_eval import Evaluator
from evals.evaluation.rag_eval.template import CRUDTemplate
from evals.metrics.ragas import RagasMetric
from tqdm import tqdm


class CRUD_Evaluator(Evaluator):
Expand Down

0 comments on commit 66c4b60

Please sign in to comment.