Skip to content

Commit

Permalink
fix accidental delete
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 12, 2023
1 parent 35abc5e commit 93ccc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/download/create_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def format_field_value(value, unit):
'week': '%Y-%m-%d',
'day': '%Y-%m-%d'
}
return
return date.strftime(formats[unit])

def ngram_csv(results, filename):
rows = ngram_table(results)
Expand Down

0 comments on commit 93ccc83

Please sign in to comment.