Skip to content

Commit

Permalink
Remove deprecated sentiment adapter class
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Dec 13, 2016
1 parent 4d669b8 commit 22a0a58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion chatterbot/logic/__init__.py
Expand Up @@ -7,7 +7,6 @@
from .mathematical_evaluation import MathematicalEvaluation
from .multi_adapter import MultiLogicAdapter
from .no_knowledge_adapter import NoKnowledgeAdapter
from .sentiment_adapter import SentimentAdapter
from .specific_response import SpecificResponseAdapter
from .time_adapter import TimeLogicAdapter

Expand Down
24 changes: 0 additions & 24 deletions chatterbot/logic/sentiment_adapter.py

This file was deleted.

0 comments on commit 22a0a58

Please sign in to comment.