Skip to content

fix: 未使用インポートを除去して ruff CI を通す#59

Merged
hideyukiMORI merged 1 commit into
mainfrom
fix/issue-57-lint-unused-imports
May 19, 2026
Merged

fix: 未使用インポートを除去して ruff CI を通す#59
hideyukiMORI merged 1 commit into
mainfrom
fix/issue-57-lint-unused-imports

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • tests/nene2/database/test_transaction.pyDatabaseConnectionException (F401)
  • tests/nene2/mcp/test_http_client.pypytest (F401)

前回の PR #58 マージ後に CI が ruff F401 で落ちていたため修正。

Test plan

  • uv run ruff check src/ tests/ — All checks passed

🤖 Generated with Claude Code

tests/nene2/database/test_transaction.py: DatabaseConnectionException
tests/nene2/mcp/test_http_client.py: pytest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit 2867a15 into main May 19, 2026
@hideyukiMORI hideyukiMORI deleted the fix/issue-57-lint-unused-imports branch May 19, 2026 12:58
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