Skip to content

Commit

Permalink
Added node import to template
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Jan 2, 2025
1 parent f6ecca5 commit 0b62fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
generated using Kedro {{ cookiecutter.kedro_version }}
"""

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


def create_pipeline(**kwargs) -> Pipeline:
Expand Down

0 comments on commit 0b62fe7

Please sign in to comment.