Skip to content

Commit

Permalink
final.py: Remove unused imports
Browse files Browse the repository at this point in the history
Removed unused imports.

Closes #585
  • Loading branch information
Prodyte authored and gitmate-bot committed Jul 29, 2018
1 parent 789ba80 commit fcfbf85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions answers/final.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from collections import OrderedDict, Counter

from gensim.parsing.preprocessing import STOPWORDS
from gensim.utils import simple_preprocess
import networkx
import nltk
import spacy

from extraction import parse_docs
Expand Down

0 comments on commit fcfbf85

Please sign in to comment.