tests: disable pylint error useless-object-inheritance

This commit is contained in:
Sébastien Helleu 2021-03-16 20:11:06 +01:00
parent bacd50c7a7
commit 611ea27edc
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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