Skip to content

Commit af1c39e

Browse files
Update ingestion_pipeline.py
1 parent 1e107c8 commit af1c39e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/src/lazylearn/ingestion/ingestion_pipeline.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ def __init__(self):
1313
pass
1414

1515
def run(self, data):
16+
"""
17+
18+
:param data:
19+
:return:
20+
"""
1621
pipeline = IngestionPipeline()
1722
pipeline.raw_data = data
1823

0 commit comments

Comments
 (0)