Skip to content

Commit

Permalink
split long line
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Sep 25, 2023
1 parent 62eb78a commit feac44f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/graph_components/providers/test_rule_only_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ def test_provide(
resource = Resource("some resource")

domain = Domain.load("examples/nlu_based/rules/domain.yml")
trackers = rasa.core.training.load_data("examples/nlu_based/rules/data/rules.yml", domain)
trackers = rasa.core.training.load_data(
"examples/nlu_based/rules/data/rules.yml",
domain
)

policy = RulePolicy.create(
RulePolicy.get_default_config(),
Expand Down

0 comments on commit feac44f

Please sign in to comment.