File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515"""Mycroft's intent service, providing intent parsing since forever!"""
16- import time
17- from threading import Event
18-
1916from mycroft .configuration import Configuration , setup_locale
2017from mycroft .messagebus .message import Message
2118from mycroft .metrics import report_timing , Stopwatch
2219from mycroft .skills .intent_service_interface import open_intent_envelope
2320from mycroft .skills .intent_services import (
2421 AdaptService , FallbackService ,
2522 PadatiousService , PadatiousMatcher ,
26- ConverseService , IntentMatch
23+ ConverseService , IntentMatch , AdaptIntent
2724)
2825from mycroft .skills .permissions import ConverseMode , ConverseActivationMode
2926from mycroft .util .log import LOG
You can’t perform that action at this time.
0 commit comments