From 611ea27edcb1d0062dc8bfd18bebe2cbd738b0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 16 Mar 2021 20:11:06 +0100 Subject: tests: disable pylint error useless-object-inheritance --- tests/scripts/python/testapigen.py | 1 + tests/scripts/python/unparse.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index 28d42c0c9..52e4b8ca8 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -30,6 +30,7 @@ It uses the following scripts: """ # pylint: disable=wrong-import-order,wrong-import-position +# pylint: disable=useless-object-inheritance from __future__ import print_function import argparse diff --git a/tests/scripts/python/unparse.py b/tests/scripts/python/unparse.py index 53d809a91..40a04bb09 100755 --- a/tests/scripts/python/unparse.py +++ b/tests/scripts/python/unparse.py @@ -22,7 +22,7 @@ Unparse AST tree to generate scripts in all supported languages (Python, Perl, Ruby, ...). """ -# pylint: disable=too-many-lines,unnecessary-pass +# pylint: disable=too-many-lines,unnecessary-pass,useless-object-inheritance from __future__ import print_function import argparse -- cgit v1.2.3