Skip to content

Commit 3828188

Browse files
committed
backwards compat import
1 parent dabfc73 commit 3828188

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mycroft/skills/intent_service.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@
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-
1916
from mycroft.configuration import Configuration, setup_locale
2017
from mycroft.messagebus.message import Message
2118
from mycroft.metrics import report_timing, Stopwatch
2219
from mycroft.skills.intent_service_interface import open_intent_envelope
2320
from mycroft.skills.intent_services import (
2421
AdaptService, FallbackService,
2522
PadatiousService, PadatiousMatcher,
26-
ConverseService, IntentMatch
23+
ConverseService, IntentMatch, AdaptIntent
2724
)
2825
from mycroft.skills.permissions import ConverseMode, ConverseActivationMode
2926
from mycroft.util.log import LOG

0 commit comments

Comments
 (0)