From 429f15bb01bbd7ba8590f7e37254f12a6d81e016 Mon Sep 17 00:00:00 2001 From: Thomas Werkmeister Date: Tue, 4 Dec 2018 11:59:44 +0100 Subject: [PATCH] removed tracker parameter in form action example --- docs/slotfilling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/slotfilling.rst b/docs/slotfilling.rst index 856d2bea4db..0592f24ed65 100644 --- a/docs/slotfilling.rst +++ b/docs/slotfilling.rst @@ -82,7 +82,7 @@ You need to define three methods: return "restaurant_form" @staticmethod - def required_slots(tracker): + def required_slots(): # type: () -> List[Text] """A list of required slots that the form has to fill"""