Skip to content

Commit 109efce

Browse files
committed
changed docstring to pd.DataFrame
1 parent 5e52171 commit 109efce

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)