refactor: remove unused imports from auto-update-checker, claude-code-hooks, mcp

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:38 +09:00
parent bfabad7681
commit 9dbb9552b8
4 changed files with 2 additions and 4 deletions
@@ -1,6 +1,5 @@
import * as path from "node:path"
import * as os from "node:os"
import * as fs from "node:fs"
import { getOpenCodeConfigDir } from "../../shared"
export const PACKAGE_NAME = "oh-my-opencode"