mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
style: Format test_models.py with consistent whitespace and trailing commas
This commit is contained in:
parent
92cf2cbd47
commit
5ed44bb174
1 changed files with 4 additions and 5 deletions
|
@ -101,10 +101,10 @@ class TestModels(unittest.TestCase):
|
|||
test_settings = [
|
||||
{
|
||||
"name": "aider/extra",
|
||||
"extra_params" : {
|
||||
"extra_headers" : { "Foo" : "bar" },
|
||||
"some_param" : "some value",
|
||||
}
|
||||
"extra_params": {
|
||||
"extra_headers": {"Foo": "bar"},
|
||||
"some_param": "some value",
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
@ -133,6 +133,5 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.extra_params["some_param"], "some value")
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue