Remove redundant parentheses

This commit is contained in:
Hugo
2017-12-21 11:19:58 +02:00
parent 8b79d909ea
commit c6f2fdcc31
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ def pytest_addoption(parser):
parser.addoption('--gx',
action="append",
dest="gspecs",
help=("add a global test environment, XSpec-syntax. "))
help="add a global test environment, XSpec-syntax. ")
@pytest.fixture