Code review caught a redundant `import sys as _sys` inside the unclosed- <details> branch. The module already imports `sys` at the top, so the inline import was dead weight. Use the module-level `sys.stderr` directly. 26/26 tests still pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 KiB
32 KiB