Commit b78f6f7a by Will Daly

Added pylint exceptions to load test settings.

parent 9e5d64b8
# 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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment