mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Refactor mood_detector_plugin.py by removing unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import nltk
|
||||
from nltk.sentiment import SentimentIntensityAnalyzer
|
||||
from rich.console import Console
|
||||
from rich import print as rprint
|
||||
from _context import simplemind as sm
|
||||
|
||||
nltk.download("vader_lexicon")
|
||||
|
||||
Reference in New Issue
Block a user