Skip to content

Commit

Permalink
Update mycroft_skill.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored May 31, 2024
1 parent 0969cac commit 59bc460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/mycroft_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from ovos_workshop.decorators.compat import backwards_compat
from ovos_workshop.filesystem import FileSystemAccess
from ovos_workshop.skills.ovos import OVOSSkill, _OVOSSkillMetaclass
from ovos_workshop.skills.ovos import OVOSSkill, is_classic_core, _OVOSSkillMetaclass


class _SkillMetaclass(_OVOSSkillMetaclass):
Expand Down

0 comments on commit 59bc460

Please sign in to comment.