1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-29 00:22:32 +01:00

Fix flake8 errors: E126 continuation line over-indented for hanging indent

This commit is contained in:
Joseph Frazier
2016-10-06 14:51:22 -04:00
parent 1b30c00546
commit e0cab4fa1b
20 changed files with 62 additions and 63 deletions

View File

@@ -4,14 +4,14 @@ from tests.utils import Command
cherry_pick_error = (
'error: Your local changes would be overwritten by cherry-pick.\n'
'hint: Commit your changes or stash them to proceed.\n'
'fatal: cherry-pick failed')
'error: Your local changes would be overwritten by cherry-pick.\n'
'hint: Commit your changes or stash them to proceed.\n'
'fatal: cherry-pick failed')
rebase_error = (
'Cannot rebase: Your index contains uncommitted changes.\n'
'Please commit or stash them.')
'Cannot rebase: Your index contains uncommitted changes.\n'
'Please commit or stash them.')
@pytest.mark.parametrize('command', [