From c40b58094807efdefddfad2be98073df9755b16e Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Wed, 16 Dec 2020 14:05:53 +0100 Subject: [PATCH] fix docstrings --- rasa/shared/core/events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rasa/shared/core/events.py b/rasa/shared/core/events.py index ac068559f940..21f168815050 100644 --- a/rasa/shared/core/events.py +++ b/rasa/shared/core/events.py @@ -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