Remove unused variable
This commit is contained in:
parent
3d3e1f6fc9
commit
ae495af1bc
1 changed files with 0 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue