Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
removed tracker parameter in form action example
Browse files Browse the repository at this point in the history
  • Loading branch information
twerkmeister committed Dec 4, 2018
1 parent 17ab8d8 commit 429f15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slotfilling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 429f15b

Please sign in to comment.