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