mirror of
https://github.com/wizarrrr/wizarr.git
synced 2025-12-23 15:51:07 -05: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>