CLEAN Formatted with black
This commit is contained in:
parent
d57382162b
commit
46b945bb04
1 changed files with 3 additions and 3 deletions
|
|
@ -30,8 +30,11 @@
|
|||
"""
|
||||
|
||||
from typing import Dict
|
||||
|
||||
from kedro.pipeline import Pipeline
|
||||
|
||||
from default_kedro_157.pipelines import data_engineering as de
|
||||
from default_kedro_157.pipelines import data_science as ds
|
||||
|
||||
###########################################################################
|
||||
# Here you can find an example pipeline, made of two modular pipelines.
|
||||
|
|
@ -40,9 +43,6 @@ from kedro.pipeline import Pipeline
|
|||
# well as pipelines/data_science AND pipelines/data_engineering
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
from default_kedro_157.pipelines import data_engineering as de
|
||||
from default_kedro_157.pipelines import data_science as ds
|
||||
|
||||
|
||||
def create_pipelines(**kwargs) -> Dict[str, Pipeline]:
|
||||
"""Create the project's pipeline.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue