ci(nodejs): lint for unused imports (#2673)

This commit is contained in:
Will Jones
2025-09-23 18:49:42 -07:00
committed by GitHub
parent d6cc68f671
commit 48e5caabda
12 changed files with 107 additions and 21 deletions

View File

@@ -39,7 +39,6 @@ import {
Operator,
instanceOfFullTextQuery,
} from "../lancedb/query";
import exp = require("constants");
describe.each([arrow15, arrow16, arrow17, arrow18])(
"Given a table",