mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
Fix flake8 errors: E231 missing whitespace after ','
This commit is contained in:
parent
10d409e6e2
commit
283eb09c19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user