style: Run linter and fix whitespace issues in models.py and sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:33:05 -08:00
parent 60aff26d94
commit 24b1360eb8
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,3 @@ def ensure_alternating_roles(messages):
prev_role = current_role
return fixed_messages