diff --git a/src/commands/githook.ts b/src/commands/githook.ts index 0f2fd10..0e85d61 100644 --- a/src/commands/githook.ts +++ b/src/commands/githook.ts @@ -1,6 +1,5 @@ import fs from 'fs/promises'; import path from 'path'; -import { fileURLToPath } from 'url'; import { command } from 'cleye'; import { assertGitRepo } from '../utils/git.js'; import { existsSync } from 'fs';