Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hb20007 committed Mar 29, 2018
1 parent 0366cb9 commit 2e3e833
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions 1-1-Downloading-Libs-and-Testing-That-They-Are-Working.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@
}
],
"source": [
"import numpy as np # https://www.scipy.org/install.html\n",
"import pandas as pd # https://pandas.pydata.org/pandas-docs/stable/install.html\n",
"import matplotlib.pyplot as plt # https://matplotlib.org/downloads.html\n",
"import seaborn as sns # https://seaborn.pydata.org/installing.html\n",
"import nltk # https://www.nltk.org/install.html\n",
"import langdetect # https://pypi.python.org/pypi/langdetect\n",
"import langid # https://github.com/saffsd/langid.py\n",
"import numpy # https://www.scipy.org/install.html\n",
"import matplotlib.pyplot # https://matplotlib.org/downloads.html\n",
"import tweepy # https://github.com/tweepy/tweepy\n",
"import gensim # https://radimrehurek.com/gensim/install.html\n",
"import TwitterSearch # https://github.com/ckoepp/TwitterSearch\n",
"import unidecode # https://pypi.python.org/pypi/Unidecode"
"import unidecode # https://pypi.python.org/pypi/Unidecode\n",
"import langdetect # https://pypi.python.org/pypi/langdetect\n",
"import langid # https://github.com/saffsd/langid.py\n",
"import gensim # https://radimrehurek.com/gensim/install.html"
]
},
{
Expand Down

0 comments on commit 2e3e833

Please sign in to comment.