Skip to content

Commit

Permalink
Refactor to remove mycroft module imports (#55)
Browse files Browse the repository at this point in the history
Ensure all dependencies are listed in `requirements.txt`

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored May 10, 2024
1 parent 026d6a9 commit 47d2545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import pytest

from mock import Mock
from mycroft_bus_client import Message
from ovos_bus_client.message import Message

from neon_minerva.tests.skill_unit_test_base import SkillTestCase

Expand Down

0 comments on commit 47d2545

Please sign in to comment.