chore: unused import

This commit is contained in:
adamdottv 2025-06-23 10:21:57 -05:00
parent e2e481cbb5
commit 0b261054a2
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -20,7 +20,6 @@ import { Bus } from "./bus"
import { Config } from "./config/config"
import { NamedError } from "./util/error"
import { FormatError } from "./cli/error"
import { MCP } from "./mcp"
const cancel = new AbortController()