Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored Sep 8, 2022
1 parent 5650970 commit 72c7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deployment/aws_sagemaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Open `src/kedro_tutorial/pipelines/data_science/pipeline.py` and replace its con
<summary><b>Click to expand</b></summary>

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

from .nodes import (
evaluate_model,
Expand Down

0 comments on commit 72c7e0b

Please sign in to comment.