Skip to content

Commit fe9862d

Browse files
committed
blacked
1 parent 9527038 commit fe9862d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rasa_sdk/forms.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,7 @@ def request_next_slot(
381381
if self._should_request_slot(tracker, slot):
382382
logger.debug("Request next slot '{}'".format(slot))
383383
dispatcher.utter_template(
384-
"utter_ask_{}".format(slot),
385-
silent_fail=False,
386-
**tracker.slots
384+
"utter_ask_{}".format(slot), silent_fail=False, **tracker.slots
387385
)
388386
return [SlotSet(REQUESTED_SLOT, slot)]
389387

0 commit comments

Comments
 (0)