mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-28 08:02:33 +01: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