Skip to content

Commit

Permalink
Fix intent_handler import path
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 10, 2024
1 parent fbf9db7 commit 4fd5c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from neon_utils.skills import NeonSkill
from ovos_utils import classproperty
from ovos_utils.process_utils import RuntimeRequirements
from ovos_workshop.skills.decorators import intent_handler
from ovos_workshop.decorators import intent_handler


class SpeakSkill(NeonSkill):
Expand Down

0 comments on commit 4fd5c9a

Please sign in to comment.