Skip to content
Snippets Groups Projects
Commit b78f6f7a authored by Will Daly's avatar Will Daly
Browse files

Added pylint exceptions to load test settings.

parent 9e5d64b8
No related merge requests found
# 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 *
......
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