Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit 9555161

Browse files
committed
fix: remove unused import
1 parent cb07150 commit 9555161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/skills/pack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2-
import { mkdirSync, writeFileSync, rmSync, existsSync, readFileSync } from 'fs';
2+
import { mkdirSync, writeFileSync, rmSync, existsSync } from 'fs';
33
import { join, basename } from 'path';
44
import { tmpdir } from 'os';
55
import { packSkill } from './pack.js';

0 commit comments

Comments
 (0)