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(lint): avoid unpacking nullable find_by_id in service layers
Use row.update() instead of re-querying after update to avoid
pyright errors on dict | None unpacking.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments