Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Sep 5, 2019
1 parent 9527038 commit fe9862d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rasa_sdk/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,7 @@ def request_next_slot(
if self._should_request_slot(tracker, slot):
logger.debug("Request next slot '{}'".format(slot))
dispatcher.utter_template(
"utter_ask_{}".format(slot),
silent_fail=False,
**tracker.slots
"utter_ask_{}".format(slot), silent_fail=False, **tracker.slots
)
return [SlotSet(REQUESTED_SLOT, slot)]

Expand Down

0 comments on commit fe9862d

Please sign in to comment.