Skip to content

Commit 5655778

Browse files
authored
Update volunteerSpreadsheet.py
1 parent 1405eb6 commit 5655778

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/logic/volunteerSpreadsheet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def calculateRetentionRate(fallDict, springDict):
225225

226226
return retentionDict
227227

228-
229228
def makeDataXls(sheetName, sheetData, workbook, sheetDesc=None):
230229
# assumes the length of the column titles matches the length of the data
231230
(columnTitles, dataTuples) = sheetData

0 commit comments

Comments
 (0)