Skip to content

Commit 44d5b5d

Browse files
kevin1chunclaude
andcommitted
fix: remove unused import and fix import ordering in token-store test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f791704 commit 44d5b5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__tests__/client/token-store.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
2-
3-
import type { Mock } from "vitest";
42
import { deleteTokens, loadTokens, saveTokens } from "../../src/client/token-store.js";
53

64
const sampleTokens = {

0 commit comments

Comments
 (0)