From b3946f1ff93e9c1f3ff86ab8eab840bdca07cef8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 Nov 2024 08:00:25 -0500 Subject: [PATCH] Refactor mood_detector_plugin.py by removing unused import --- examples/mood_detector_plugin.py | 1 - 1 file changed, 1 deletion(-) 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")