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 3f37c77 commit e8ab3fc
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 @@ -31,7 +31,7 @@
from ovos_utils.process_utils import RuntimeRequirements
from neon_utils.skills.common_query_skill import CommonQuerySkill, CQSMatchLevel
from adapt.intent import IntentBuilder
from ovos_workshop.skills.decorators import intent_handler
from ovos_workshop.decorators import intent_handler


class PersonalSkill(CommonQuerySkill):
Expand Down

0 comments on commit e8ab3fc

Please sign in to comment.