Skip to content

Commit ea1e305

Browse files
neverinfamousTemp
andauthored
fix: remove unused imports (CodeQL alerts #23, #24) (#53)
Co-authored-by: Temp <mike@adamic.ai>
1 parent d162598 commit ea1e305

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/adapters/mysql/tools/__tests__/security_integration.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
import { getBackupTools } from "../admin/index.js";
1313
import { getJsonTools } from "../json/index.js";
1414
import type { MySQLAdapter } from "../../MySQLAdapter.js";
15-
import { ValidationError } from "../../../../utils/validators.js";
1615

1716
describe("Security: Validation Flow Integration", () => {
1817
let mockAdapter: ReturnType<typeof createMockMySQLAdapter>;

src/codemode/__tests__/sandbox-factory.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* sandbox/pool creation, and mode info retrieval.
66
*/
77

8-
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
8+
import { describe, it, expect, vi, afterEach } from "vitest";
99
import {
1010
setDefaultSandboxMode,
1111
getDefaultSandboxMode,

0 commit comments

Comments
 (0)