From 262c06921db064a85f442b19cbf0980bb3cd786d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 1 Jul 2019 21:01:12 -0400 Subject: Silence a pylint warning --- coverage/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coverage/config.py') diff --git a/coverage/config.py b/coverage/config.py index 01ceef79..d5d89d1f 100644 --- a/coverage/config.py +++ b/coverage/config.py @@ -157,6 +157,8 @@ class CoverageConfig(object): operation of coverage.py. """ + # pylint: disable=too-many-instance-attributes + def __init__(self): """Initialize the configuration attributes to their defaults.""" # Metadata about the config. -- cgit v1.2.1