Skip to content

Commit 2a7a2bb

Browse files
committed
updates zenml stack
1 parent 6ba6536 commit 2a7a2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/ingest_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def ingest_data(url: str) -> pd.DataFrame:
4949

5050
@step(experiment_tracker="neptune_experiment_tracker",enable_cache=False)
5151
def ingest_data(url: str) -> pd.DataFrame:
52-
"""ZenML Step: Ingests data from the provided URL."""
52+
"""ZenML Step: Ingests data from the provided URL"""
5353
return DataIngestor.ingest_data(url)
5454

5555

0 commit comments

Comments
 (0)