#89 removed randomint()

pull/106/head
Eugene R. Miller 2016-06-06 16:54:17 -06:00
parent 9b0715117d
commit 843b47fad6
1 changed files with 0 additions and 2 deletions

View File

@ -20,10 +20,8 @@ from os.path import dirname
from adapt.intent import IntentBuilder
from mycroft.skills.core import MycroftSkill
from mycroft.util.log import getLogger
from random import randint
__author__ = 'eward'
# 2016-06-06 added random responses
LOGGER = getLogger(__name__)