diff --git a/examples/mood_detector_plugin.py b/examples/mood_detector_plugin.py index a287042..5f61c36 100644 --- a/examples/mood_detector_plugin.py +++ b/examples/mood_detector_plugin.py @@ -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")