mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-29 22:24:44 +00:00
Fix flake8 errors: E231 missing whitespace after ','
This commit is contained in:
@@ -45,5 +45,5 @@ def test_not_match(command):
|
||||
'fab prepare_extension:version=2016 deploy:beta=true -H the.fuck'),
|
||||
])
|
||||
def test_get_new_command(script, result):
|
||||
command = Command(script, stdout,stderr)
|
||||
command = Command(script, stdout, stderr)
|
||||
assert get_new_command(command) == result
|
||||
|
||||
Reference in New Issue
Block a user