Skip to content

Commit 05c8606

Browse files
Copilotmrjf
andauthored
Fix CI: remove unused Label import and fix results.json formatting
- Remove unused `Label` import in tests/stats/rank.test.ts (lint error: noUnusedImports) - Fix benchmarks/results.json formatting to satisfy biome formatter Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/d1b6f11d-7523-4655-b5fe-d8a5cb191ffe Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent 38a4f65 commit 05c8606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"benchmarks": [], "timestamp": null}
1+
{ "benchmarks": [], "timestamp": null }

tests/stats/rank.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { describe, expect, it } from "bun:test";
55
import fc from "fast-check";
66
import { DataFrame, Series, rankDataFrame, rankSeries } from "../../src/index.ts";
7-
import type { Label, Scalar } from "../../src/index.ts";
7+
import type { Scalar } from "../../src/index.ts";
88

99
// ─── helpers ─────────────────────────────────────────────────────────────────
1010

0 commit comments

Comments
 (0)