Skip to content

Commit ba973ac

Browse files
committed
Add todo
1 parent b3ee82e commit ba973ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def parse_line(cls, line):
6363
m = re.match(pattern, line)
6464
return m.groupdict() if m else {}
6565

66+
# @todo Add a test for the `parse_line_with_relative_date` function in test_parsing.py
6667
@classmethod
6768
def parse_line_with_relative_date(cls, line):
6869
"""

0 commit comments

Comments
 (0)