Changed return statements to yield + return in async generator functions. Python doesn't allow 'return' with a value in generators. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Changed return statements to yield + return in async generator functions. Python doesn't allow 'return' with a value in generators. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>