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 0dfce67 commit ab88bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ import {
RawExample,
AttachmentInfo,
AttachmentData,
EvaluationResult,
EvaluationResults,
} from "./schemas.js";
import {
convertLangChainMessageToExample,
Expand All @@ -54,11 +56,7 @@ import {
getRuntimeEnvironment,
} from "./utils/env.js";

import {
EvaluationResult,
EvaluationResults,
RunEvaluator,
} from "./evaluation/evaluator.js";
import { RunEvaluator } from "./evaluation/evaluator.js";
import { __version__ } from "./index.js";
import { assertUuid } from "./utils/_uuid.js";
import { warnOnce } from "./utils/warn.js";
Expand Down
5 changes: 0 additions & 5 deletions js/src/tests/evaluate.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1248,11 +1248,6 @@ test("summary evaluators receive evaluator results", async () => {

// Define summary evaluator
const summaryEvaluator = ({
runs,
examples,
inputs,
outputs,
referenceOutputs,
evaluationResults,
}: {
runs: Array<Run>;
Expand Down

0 comments on commit ab88bdb

Please sign in to comment.