diff --git a/lms/envs/load_test.py b/lms/envs/load_test.py index f7822d13b1..f4d3cae758 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 *