Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 20, 2024
1 parent c89659e commit 520c740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/evaluation/string_evaluator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Example, Run, ScoreType, ValueType } from "../schemas.js";
import { EvaluationResult, RunEvaluator } from "./evaluator.js";
import { RunEvaluator } from "./evaluator.js";
import { EvaluationResult } from "../schemas.js";

export interface GradingFunctionResult {
key?: string;
Expand Down

0 comments on commit 520c740

Please sign in to comment.