tests: disable pylint error useless-object-inheritance
This commit is contained in:
parent
bacd50c7a7
commit
611ea27edc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user