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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user