Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jul 20, 2024
1 parent 1743d4b commit d20f5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mycroft/skills/intent_services/adapt_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
from ovos_adapt.opm import ContextManager, AdaptPipeline as AdaptService


class AdaptIntent(IntentBuilder):
Expand Down
2 changes: 1 addition & 1 deletion test/unittests/skills/test_intent_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ovos_config import Configuration
from ovos_config.locale import setup_locale
from ovos_core.intent_services import IntentService
from ovos_core.intent_services.adapt_service import ContextManager
from ovos_adapt.opm import ContextManager
from ovos_workshop.intents import IntentBuilder, Intent as AdaptIntent
from test.util import base_config

Expand Down

0 comments on commit d20f5fb

Please sign in to comment.