Files
hermes-agent/agent
Alexander Whitestone 11bdef4e3d
All checks were successful
Lint / lint (pull_request) Successful in 9s
fix: remove literal \n sequences from auxiliary_client.py causing SyntaxError
Lines 1, 400, and 533 contained literal backslash-n sequences that caused
SyntaxError on import. Replace each with actual newlines and correct the
surrounding indentation so the code structure is preserved.

Fixes #1040
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 11:55:42 -04:00
..