mirror of
https://github.com/nvbn/thefuck.git
synced 2025-06-23 16:56:03 +01:00
Fix flake8 errors: E126 continuation line over-indented for hanging indent
This commit is contained in:
tests
rules
test_brew_unknown_command.pytest_composer_not_command.pytest_dirty_untar.pytest_django_south_merge.pytest_git_not_command.pytest_git_pull.pytest_git_pull_uncommitted_changes.pytest_git_pull_unstaged_changes.pytest_git_stash.pytest_lein_not_task.pytest_python_command.pytest_rm_root.pytest_sed_unterminated_s.py
test_types.pythefuck
@ -8,5 +8,5 @@ def test_match():
|
||||
|
||||
|
||||
def test_get_new_command():
|
||||
assert get_new_command(Command('./test_sudo.py'))\
|
||||
== 'python ./test_sudo.py'
|
||||
assert (get_new_command(Command('./test_sudo.py'))
|
||||
== 'python ./test_sudo.py')
|
||||
|
Reference in New Issue
Block a user