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: resolve lint issues and test logic for cog integration
- Fix import sorting violations in _client.py and cog.py
- Remove unused imports (cast, Iterator) from cog.py
- Fix test logic to distinguish between cog unavailable vs cog returning None
- When cog explicitly provides a value (even None), use it without env fallback
- Only fallback to environment when cog is unavailable or fails
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Zeke Sikelianos <zeke@users.noreply.github.com>
0 commit comments