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
refactor: replace isinstance narrowing with two except clauses in vumark
Catching (UnknownTargetError, TargetStatusNotSuccessError) in a dedicated
except clause means both types are already known to have target_id, so
no pylint no-member suppressions are needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments