Skip to content

Commit 5f51a43

Browse files
committed
Remove unused var
1 parent c74c7ed commit 5f51a43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

indexcreator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __init__(self, json_file):
3232
self.writer = None
3333
self.words = 0
3434
self.projects = 0
35-
self.options = []
3635
self.sentences_indexed = 0
3736
self.sentences = 0
3837
self.json_file = json_file

0 commit comments

Comments
 (0)