mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Remove outdated comment
This commit is contained in:
parent
7880feec94
commit
0eb20e45bf
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ from collections import Counter
|
||||||
|
|
||||||
def get_date_counts(journal):
|
def get_date_counts(journal):
|
||||||
"""Returns a collections.Counter object containing date counts"""
|
"""Returns a collections.Counter object containing date counts"""
|
||||||
# Dates are normalized
|
|
||||||
date_counts = Counter()
|
date_counts = Counter()
|
||||||
for entry in journal.entries:
|
for entry in journal.entries:
|
||||||
# entry.date.date() gets date without time
|
# entry.date.date() gets date without time
|
||||||
|
|
Loading…
Add table
Reference in a new issue