diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-19 16:30:59 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-19 17:18:19 +0200 |
commit | 9997fc879064b873224107e25a8fec5601aef6c4 (patch) | |
tree | e70710607cf56a31951b50b2af8752f00b3e8119 /xtesting | |
parent | e48a4b2a0785f0c2948e3625cee7d01682b72ffc (diff) |
Fix a wierd pylint error
Change-Id: Ia213e3e1beb80e62f6691c79544b1a0e0e3bb81e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9b3774344894b076dc0824630523f93f0943ee67)
Diffstat (limited to 'xtesting')
-rw-r--r-- | xtesting/ci/tier_handler.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |