Skip to content

Commit

Permalink
Automated autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent b86a840 commit 49a9586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedot/core/pipelines/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def nodes(self) -> List[PipelineNode]:
return self.operator.nodes

@nodes.setter
def nodes(self, new_nodes: List[PipelineNode]) -> None:
def nodes(self, new_nodes: List[PipelineNode]) -> None:
self.operator.nodes = new_nodes

def pipeline_for_side_task(self, task_type: TaskTypesEnum) -> 'Pipeline':
Expand Down

0 comments on commit 49a9586

Please sign in to comment.