Skip to content

Commit

Permalink
Remove patched NeonConverseService method
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 4, 2024
1 parent 4bc6051 commit 3cce7f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neon_core/skills/intent_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,3 @@ def handle_get_padatious(self, message):
class NeonConverseService(ConverseService):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

def _collect_converse_skills(self):
# TODO: Patching bug in ovos-core 0.0.3
return self.get_active_skills()

0 comments on commit 3cce7f7

Please sign in to comment.