Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit f37dc01

Browse files
add docstring to new function
1 parent 7bad063 commit f37dc01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chatbase/facebook_user_message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def to_json(self):
6767
}, default=lambda i: i.__dict__)
6868

6969
def to_set_format(self):
70+
"""Return a dictionary version of the message for a set"""
7071
self.set_chatbase_fields()
7172
return {
7273
'sender': self.sender,

0 commit comments

Comments
 (0)