fix: remove unused imports and variables flagged by CodeQL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gnanam1990
2026-04-09 17:34:22 +05:30
parent 81896618a1
commit a36639034b
5 changed files with 5 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
import { execFile } from 'child_process'
import { readdirSync, statSync } from 'fs'
import { readdirSync } from 'fs'
import { join, relative } from 'path'
import type { SupportedLanguage } from './types.js'