Skip to content
Snippets Groups Projects
Commit 78800180 authored by Danilo Ansaloni's avatar Danilo Ansaloni
Browse files

Fix pylint errors.

parent c0cc5279
No related branches found
No related tags found
No related merge requests found
......@@ -590,7 +590,7 @@ def mx_post_parse_cmd_line(opts):
rec.buildDependencies += [mx.distribution('SULONG')]
mx_register_dynamic_suite_constituents = mx_fastr_dists.mx_register_dynamic_suite_constituents
mx_register_dynamic_suite_constituents = mx_fastr_dists.mx_register_dynamic_suite_constituents # pylint: disable=C0103
mx_unittest.add_config_participant(_unittest_config_participant)
......
......@@ -22,7 +22,6 @@
#
import mx
import mx_sdk
import mx_fastr
import os, string, shutil
from os.path import join, basename, isfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment