Fix a wierd pylint error 73/63773/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 19 Oct 2018 14:30:59 +0000 (16:30 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 19 Oct 2018 15:18:19 +0000 (17:18 +0200)
Change-Id: Ia213e3e1beb80e62f6691c79544b1a0e0e3bb81e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9b3774344894b076dc0824630523f93f0943ee67)

xtesting/ci/tier_handler.py

index ce9685b..4b74e37 100644 (file)
@@ -7,8 +7,9 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 
+# pylint: disable=missing-docstring,too-many-instance-attributes
+
 """Tier and TestCase classes to wrap the testcases config file"""
-# pylint: disable=missing-docstring
 
 import textwrap