Skip to content

Commit 916e6c7

Browse files
Merge pull request #23 from Muhahahahahahah/main
changed docstring to pd.DataFrame in extract.py
2 parents 7b3d740 + 836be09 commit 916e6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/etl/extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO (Find & Fix)
44
from typing import Optional
55

6-
def extract(path: str = "xyz.csv") -> ________: # TODO (Find & Fix)
6+
def extract(path: str = "xyz.csv") -> pd.DataFrame :
77
"""
88
Extracts data from CSV file.
99

0 commit comments

Comments
 (0)