Skip to content

Commit 93d405a

Browse files
committed
Added basic function outlines
1 parent 40bc3a3 commit 93d405a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sanitize.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212

1313
# FUNCTIONS
1414

15+
def find_data_files(DIR=DATADIR):
16+
return filelist
1517

18+
def missing_gender(LINE):
19+
return False
20+
21+
def fix_gender(FILE, LINE)
22+
return file
1623

1724
# MAIN
1825
if __name__ == "__main__":

0 commit comments

Comments
 (0)