mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Fix flake8 errors: E302 expected 2 blank lines, found 1
This commit is contained in:
parent
37161832aa
commit
797b42cfd7
@ -18,6 +18,7 @@ def test_match(command):
|
||||
def test_not_match(command):
|
||||
assert not match(command)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('command, new_command', [
|
||||
(Command('git remote set-url origin git@github.com:nvbn/thefuck.git'),
|
||||
'git remote add origin git@github.com:nvbn/thefuck.git')])
|
||||
|
Loading…
x
Reference in New Issue
Block a user