From 4b1505c46278a222eb8e67caefaea6282b460e0a Mon Sep 17 00:00:00 2001 From: miro Date: Sat, 20 Jul 2024 19:28:08 +0100 Subject: [PATCH] update imports --- mycroft/skills/intent_services/adapt_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mycroft/skills/intent_services/adapt_service.py b/mycroft/skills/intent_services/adapt_service.py index 1f498a8a9b31..21498bb4a060 100644 --- a/mycroft/skills/intent_services/adapt_service.py +++ b/mycroft/skills/intent_services/adapt_service.py @@ -13,8 +13,8 @@ # limitations under the License. # """An intent parsing service using the Adapt parser.""" -from adapt.context import ContextManagerFrame -from adapt.engine import IntentDeterminationEngine +from ovos_adapt.context import ContextManagerFrame +from ovos_adapt.engine import IntentDeterminationEngine from ovos_workshop.intents import IntentBuilder, Intent from ovos_core.intent_services.adapt_service import ContextManager, AdaptService