Skip to content

Commit

Permalink
Fixing lint warnings about pipeline cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Nov 9, 2022
1 parent aa3f5fb commit c05bc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bigml/pipeline/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
#pylint: disable=locally-disabled,cyclic-import
#
# Copyright 2022 BigML
#
Expand Down
2 changes: 1 addition & 1 deletion bigml/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c05bc05

Please sign in to comment.