fix: remove unused imports in autoFixRunner test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gnanam1990
2026-04-08 14:56:35 +05:30
parent 8c2d56844b
commit fbc838ce55

View File

@@ -1,4 +1,4 @@
import { afterEach, beforeEach, describe, expect, mock, test } from 'bun:test'
import { describe, expect, test } from 'bun:test'
import {
runAutoFixCheck,
type AutoFixResult,