mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
style: Remove trailing whitespace in test_models.py
This commit is contained in:
parent
4830d82a73
commit
f8f69fadc4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.temperature, 0.0) # Should be deterministic
|
||||
|
||||
model = Model("github/o1-preview")
|
||||
self.assertEqual(model.name, "github/o1-preview")
|
||||
self.assertEqual(model.name, "github/o1-preview")
|
||||
self.assertEqual(model.temperature, 0.0) # Should be deterministic
|
||||
|
||||
# Test non-alias passes through unchanged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue