Fixed E127 flake8 errors

continuation line over-indented for visual indent
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent e855a79dd4
commit 57438f3efe
12 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ def pytest_addoption(parser):
parser.addoption('--runpytest', default="inprocess", dest="runpytest",
choices=("inprocess", "subprocess", ),
help=("run pytest sub runs in tests using an 'inprocess' "
"or 'subprocess' (python -m main) method"))
"or 'subprocess' (python -m main) method"))
def pytest_configure(config):