Skip to content

Commit 01244fa

Browse files
committed
Black formatting.
1 parent 3f1dc8a commit 01244fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasa/core/events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def as_dict(self) -> Dict[Text, Any]:
287287
"parse_data": self.parse_data,
288288
"input_channel": getattr(self, "input_channel", None),
289289
"message_id": getattr(self, "message_id", None),
290-
"metadata": self.metadata
290+
"metadata": self.metadata,
291291
}
292292
)
293293
return _dict

0 commit comments

Comments
 (0)