style: Remove trailing whitespace in test_models.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-05 06:47:33 -08:00
parent 4830d82a73
commit f8f69fadc4

View file

@ -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