Skip to content

Commit

Permalink
update pipeline_registry"
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala committed May 20, 2024
1 parent 78b66aa commit 9fa5da5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demo-project/src/demo_project/pipeline_registry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Project pipelines."""
from typing import Dict

from kedro.pipeline import Pipeline, pipeline, node
from kedro.pipeline import Pipeline

from demo_project.pipelines import data_ingestion as di
from demo_project.pipelines import feature_engineering as fe
Expand All @@ -25,8 +25,6 @@ def register_pipelines() -> Dict[str, Pipeline]:

reporting_pipeline = rep.create_pipeline()



return {
"__default__": (
ingestion_pipeline
Expand Down

0 comments on commit 9fa5da5

Please sign in to comment.