Skip to content

Commit

Permalink
Remove deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 17, 2024
1 parent fa3c6ab commit 2d3a9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neon_minerva/intent_services/adapt.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
from adapt.engine import IntentDeterminationEngine
from ovos_workshop.intents import open_intent_envelope
from ovos_utils.log import LOG
from ovos_utils.messagebus import FakeBus, get_message_lang
from ovos_utils.messagebus import FakeBus
from ovos_bus_client.util import get_message_lang

from neon_minerva.exceptions import IntentNotMatched, ConfidenceTooLow
from neon_minerva.intent_services import IntentMatch
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ click~=8.0
click-default-group~=1.2
ovos-utils~=0.0, >=0.0.35
ovos-workshop~=0.0,>=0.0.15
ovos-bus-client~=0.0
padacioso~=0.1
pyyaml>=5.4,<7.0
# PyYaml 5.4 support left for ovos-core 0.0.7 compat

0 comments on commit 2d3a9f5

Please sign in to comment.