From ae495af1bcf2e52c48bb6d92d675a055ced440f6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 21 Feb 2023 09:03:06 +0100 Subject: [PATCH] Remove unused variable --- papis-marvin | 1 - 1 file changed, 1 deletion(-) diff --git a/papis-marvin b/papis-marvin index 4b20077..5e0af56 100755 --- a/papis-marvin +++ b/papis-marvin @@ -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"])