diff --git a/bigml/pipeline/pipeline.py b/bigml/pipeline/pipeline.py index 28ff7c42..d911bd71 100644 --- a/bigml/pipeline/pipeline.py +++ b/bigml/pipeline/pipeline.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +#pylint: disable=locally-disabled,cyclic-import # # Copyright 2022 BigML # diff --git a/bigml/util.py b/bigml/util.py index 8a3911bb..b24e5763 100644 --- a/bigml/util.py +++ b/bigml/util.py @@ -747,7 +747,7 @@ def get_formatted_data(input_data_list, out_format=None): inner_data_list = input_data_list.copy() return inner_data_list - +#pylint: disable=locally-disabled,import-outside-toplevel def get_data_transformations(resource_id, parent_id): """Returns the pipeline that contains the tranformations and derived features created from the raw data to the actual resource.