From: Cédric Ollivier Date: Fri, 19 Oct 2018 14:30:59 +0000 (+0200) Subject: Fix a wierd pylint error X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F63771%2F2;p=functest-xtesting.git Fix a wierd pylint error Change-Id: Ia213e3e1beb80e62f6691c79544b1a0e0e3bb81e Signed-off-by: Cédric Ollivier --- diff --git a/xtesting/ci/tier_handler.py b/xtesting/ci/tier_handler.py index ce9685be..4b74e37c 100644 --- a/xtesting/ci/tier_handler.py +++ b/xtesting/ci/tier_handler.py @@ -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