Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Dec 16, 2020
1 parent 3f47282 commit c40b580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rasa/shared/core/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ def apply_to(self, tracker: "DialogueStateTracker") -> None:

def message(self) -> Dict[Text, Any]:
"""Return the complete message as a dictionary."""

m = self.data.copy()
m["text"] = self.text
m["timestamp"] = self.timestamp
Expand Down

0 comments on commit c40b580

Please sign in to comment.