mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 04:18:55 +00:00
#N/A: Fix flake8 warnings
This commit is contained in:
parent
fc09818351
commit
6322dbd9ed
@ -17,7 +17,7 @@ def test_match(script):
|
||||
assert match(Command(script))
|
||||
|
||||
|
||||
@pytest.mark.parametrize('script', ['git branch' 'vimfile'])
|
||||
@pytest.mark.parametrize('script', ['git branch', 'vimfile'])
|
||||
def test_not_match(script):
|
||||
assert not match(Command(script))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from thefuck.utils import get_all_executables, memoize, which
|
||||
from thefuck.utils import get_all_executables, memoize
|
||||
|
||||
|
||||
@memoize
|
||||
|
Loading…
x
Reference in New Issue
Block a user