Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Mar 4, 2021
1 parent 4afd74d commit 8ec1d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gensim/corpora/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __init__(self, documents=None, prune_at=2000000):
msg=f"built {self} from {self.num_docs} documents (total {self.num_pos} corpus positions)",
)


def __getitem__(self, tokenid):
"""Get the string token that corresponds to `tokenid`.
Expand Down

0 comments on commit 8ec1d85

Please sign in to comment.