You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use collections.abc.Callable and shorten line length
Addresses ruff linter errors:
- Import Callable from collections.abc instead of typing (UP035)
- Create MessageFormatter type alias to shorten line length (E501)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments