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 93ef9dc commit 68868e2
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 68868e2

Please sign in to comment.