mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-04-18 21:18:33 -04:00
- Fix invalid parameter defaults: library_id: str | None = None - Replace try-except-pass with contextlib.suppress() - Remove unnecessary dict.keys() calls - Remove unnecessary variable assignments before return - Combine nested if statements - Add type ignore comments for intentional shadowing - Add type ignore comments for SQLAlchemy dynamic attributes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>