Skip to content

Commit

Permalink
fix double assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Mar 17, 2020
1 parent 6b8090b commit 996d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/nlu/classifiers/diet_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def train(
return

# keep one example for persisting and loading
self.data_example = self.data_example = model_data.first_data_example()
self.data_example = model_data.first_data_example()

self.model = self.model_class()(
data_signature=model_data.get_signature(),
Expand Down

0 comments on commit 996d51f

Please sign in to comment.