mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +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
|
@ -104,7 +104,7 @@ class TestModels(unittest.TestCase):
|
|||
"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