Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jun 12, 2020
1 parent f20b5d2 commit fabf410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def train(
interpreter: Optional["NaturalLanguageInterpreter"] = None,
endpoints: "AvailableEndpoints" = None,
policy_config: Optional[Union[Text, Dict]] = None,
exclusion_percentage: int = None,
exclusion_percentage: Optional[int] = None,
additional_arguments: Optional[Dict] = None,
):
from rasa.core.agent import Agent
Expand Down

0 comments on commit fabf410

Please sign in to comment.