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
misc: Fix flake8 violations in f-string conversion
Address line length (E501), indentation (E127), and syntax (E999)
issues introduced during the % to f-string conversion. Fixed f-string
syntax errors by extracting backslash expressions to variables.
All modified files now pass flake8 checks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments