Skip to content

Commit 6a70ab1

Browse files
committed
rm ()
1 parent f8ba1c6 commit 6a70ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hamb/handlers/email_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ def json_serializer(data):
116116
serial = data.isoformat()
117117
return serial
118118
else:
119-
return (str(data))
119+
return str(data)
120120
# raise TypeError("Type not serializable")

0 commit comments

Comments
 (0)