style: Apply linter formatting to test_commands.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-11 11:49:46 -07:00
parent 9d570a9cb1
commit 4288cf2a39

View file

@ -1290,8 +1290,8 @@ class TestCommands(TestCase):
# Test with various formats
test_values = {
"8k": 8192, # 8 * 1024
"8K": 8192, # 8 * 1024
"8k": 8192, # 8 * 1024
"8K": 8192, # 8 * 1024
"10.5k": 10752, # 10.5 * 1024
"0.5M": 524288, # 0.5 * 1024 * 1024
"1000": 1000,