Remove 'pylint: disable=no-value-for-parameter' that we no longer need.

This commit is contained in:
Ned Batchelder
2015-08-03 15:44:29 -04:00
parent 52acdae60c
commit ee0f4b2594
13 changed files with 25 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ invoked each time that changes have been made.
from .devstack import * # pylint: disable=wildcard-import, unused-wildcard-import
TEST_ROOT = REPO_ROOT / "test_root" # pylint: disable=no-value-for-parameter
TEST_ROOT = REPO_ROOT / "test_root"
############################ STATIC FILES #############################