Skip to content

fix(ci): remove unused json import#3

Merged
igor-ctrl merged 1 commit into
mainfrom
fix/ci-lint-unused-import
May 4, 2026
Merged

fix(ci): remove unused json import#3
igor-ctrl merged 1 commit into
mainfrom
fix/ci-lint-unused-import

Conversation

@igor-ctrl

Copy link
Copy Markdown
Owner

Summary

Lint failure on main after PR #2 merged. ruff check src/ tests/ flagged tests/test_mcp/test_runner.py:11 for an unused json import. The token only appears in the module docstring, not in test code.

Test plan

  • uv run ruff check src/ tests/ — clean
  • uv run pytest tests/test_mcp/ -q — 41 passed

Caught by `ruff check src/ tests/` in CI; my local pre-commit lint was
src/-only. Import was a leftover — `json` only appears in the module
docstring describing the wrapper's behavior, not in the test code.
@igor-ctrl igor-ctrl merged commit fc831e6 into main May 4, 2026
3 checks passed
@igor-ctrl igor-ctrl deleted the fix/ci-lint-unused-import branch May 4, 2026 13:19
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