mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
style: Apply linter formatting to test_commands.py
This commit is contained in:
parent
9d570a9cb1
commit
4288cf2a39
1 changed files with 2 additions and 2 deletions
|
@ -1290,8 +1290,8 @@ class TestCommands(TestCase):
|
||||||
|
|
||||||
# Test with various formats
|
# Test with various formats
|
||||||
test_values = {
|
test_values = {
|
||||||
"8k": 8192, # 8 * 1024
|
"8k": 8192, # 8 * 1024
|
||||||
"8K": 8192, # 8 * 1024
|
"8K": 8192, # 8 * 1024
|
||||||
"10.5k": 10752, # 10.5 * 1024
|
"10.5k": 10752, # 10.5 * 1024
|
||||||
"0.5M": 524288, # 0.5 * 1024 * 1024
|
"0.5M": 524288, # 0.5 * 1024 * 1024
|
||||||
"1000": 1000,
|
"1000": 1000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue