chore: clean up unused import (#7212)

This commit is contained in:
Taesu
2026-01-09 11:40:26 +09:00
committed by GitHub
parent d7621ccaf5
commit 6ac030c3c5

View File

@@ -11,7 +11,6 @@ import {
vi,
} from "vitest";
import * as apiModule from "../../api";
import { createAuthClient } from "../../client";
import { signJWT } from "../../crypto";
import { getTestInstance } from "../../test-utils/test-instance";
import { DEFAULT_SECRET } from "../../utils/constants";