Remove unused variable

This commit is contained in:
Marty Oehme 2023-02-21 09:03:06 +01:00
parent 3d3e1f6fc9
commit ae495af1bc
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -27,7 +27,6 @@ with open(fpath) as f:
title_strip_pattern = re.compile(r"([^\s\w]|_)+")
old_title = ""
highlights = []
note_file = ""
for row in csv:
title_stripped = title_strip_pattern.sub("", row["Title"])