Skip to content

Commit

Permalink
imports compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 18, 2024
1 parent aca2c93 commit aa5019c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mycroft/skills/intent_services/adapt_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.
#
"""An intent parsing service using the Adapt parser."""
from ovos_adapt.context import ContextManagerFrame
from ovos_adapt.engine import IntentDeterminationEngine
from ovos_workshop.intents import IntentBuilder, Intent
from ovos_adapt.context import ContextManager
from ovos_adapt.opm import AdaptPipeline as AdaptService
from ovos_bus_client.session import IntentContextManagerFrame as ContextManagerFrame, \
IntentContextManager as ContextManager


class AdaptIntent(IntentBuilder):
Expand Down

0 comments on commit aa5019c

Please sign in to comment.