Update core.py

Fixed Pep8 Issue
pull/558/head
kfezer 2017-03-29 16:27:49 -07:00 committed by GitHub
parent 4c24466120
commit f7c781d119
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ class MycroftSkill(object):
logger.error('Could not enable ' + intent_name +
', it hasn\'t been registered.')
def register_vocabulary(self, entity, entity_type):
self.emitter.emit(Message('register_vocab', {
'start': entity, 'end': entity_type