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 e4bdf57 commit ec0e1e8
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 @@ -47,7 +47,7 @@
from ovos_utils import classproperty
from ovos_utils.log import LOG
from ovos_utils.process_utils import RuntimeRequirements
from ovos_workshop.skills.decorators import intent_handler
from ovos_workshop.decorators import intent_handler
from lingua_franca.parse import extract_datetime


Expand Down

0 comments on commit ec0e1e8

Please sign in to comment.