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): sort imports in test_protocol_shims.py per ruff length-sort
Three I001 errors from `ruff check` on the new test file —
length-sort ordering inside each `from X import (a, b, c)` block.
Auto-fixed via `ruff check --fix`; test still passes after sort.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments