Skip to content

Commit

Permalink
Update import to resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent d4cde90 commit f766823
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 f766823

Please sign in to comment.