Skip to content

fix(cost): drop unused McpEstimate import (lint)#89

Merged
NagyVikt merged 1 commit into
mainfrom
fix/cost-unused-import
Jun 29, 2026
Merged

fix(cost): drop unused McpEstimate import (lint)#89
NagyVikt merged 1 commit into
mainfrom
fix/cost-unused-import

Conversation

@NagyVikt

Copy link
Copy Markdown
Contributor

Follow-up to #88. The auto-merge on #88 fired on the required test check and landed the review-fix commit before the lint-fix commit, so src/commands/cost.ts kept an unused type McpEstimate import — one noUnusedImports error.

This removes it. bun run lint no longer flags cost.ts; tsc --noEmit clean. Pre-existing baseline lint errors in other files (ai.ts, discover.ts, runtime-materializer.ts, …) are unrelated and left untouched.

🤖 Generated with Claude Code

Landed via PR #88's auto-merge before the lint-fix commit; removes the one new
noUnusedImports error that leaked into main. (Pre-existing baseline lint errors
in other files are untouched.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@NagyVikt NagyVikt merged commit 509c606 into main Jun 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant