Skip to content

Commit f1e8ff7

Browse files
authored
Update data.py
1 parent 27a178a commit f1e8ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

textsum/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def CheckVocab(self, word):
6060
if word not in self._word_to_id:
6161
return None
6262
return self._word_to_id[word]
63-
6463

6564
def WordToId(self, word):
6665
if word not in self._word_to_id:

0 commit comments

Comments
 (0)