fix: remove unused import

This commit is contained in:
HerozDotExe 2025-10-05 22:09:54 +02:00
parent 8b0c527492
commit 27631fdb18

View file

@ -1,4 +1,4 @@
import { expect, test } from "vitest";
import { test } from "vitest";
import * as nlk from "../dist/index.js";
import path from "path";
import fs from "fs/promises";