Update snips.py

This commit is contained in:
Paulus Schoutsen 2017-07-07 07:53:04 -07:00 committed by GitHub
parent 233920f22c
commit f2267437df

View File

@ -108,6 +108,7 @@ class IntentHandler(object):
slots = self.parse_slots(response)
yield from action.async_run(slots)
# pylint: disable=no-self-use
def parse_slots(self, response):
"""Parse the intent slots."""
parameters = {}