From b78f6f7a3d17ef91a6f0b0df4a3a94552d3b22df Mon Sep 17 00:00:00 2001 From: Will Daly <will@edx.org> Date: Thu, 1 Aug 2013 09:42:31 -0400 Subject: [PATCH] Added pylint exceptions to load test settings. --- lms/envs/load_test.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/envs/load_test.py b/lms/envs/load_test.py index f7822d13b1d..f4d3cae7587 100644 --- a/lms/envs/load_test.py +++ b/lms/envs/load_test.py @@ -1,4 +1,10 @@ -# Settings for load testing +""" +Settings for load testing. +""" + +# We intentionally define lots of variables that aren't used, and +# want to import all variables from base settings files +# pylint: disable=W0401, W0614 from .aws import * -- GitLab