Skip to content

Commit

Permalink
Explicitly extend FallbackSkillV1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 3, 2024
1 parent f5e8b1b commit 68364bf
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 @@ -34,7 +34,7 @@
from ovos_utils import classproperty
from ovos_utils.log import LOG
from ovos_utils.process_utils import RuntimeRequirements
from ovos_workshop.skills.fallback import FallbackSkill
from ovos_workshop.skills.fallback import FallbackSkillV1 as FallbackSkill
from ovos_workshop.decorators import intent_handler
from neon_utils.message_utils import get_message_user, dig_for_message
from neon_utils.user_utils import get_user_prefs
Expand Down

0 comments on commit 68364bf

Please sign in to comment.