Gets rid of Appointment.serialize()

The method is replaced by signature_foramt in Cryptographer
This commit is contained in:
Sergi Delgado Segura
2019-12-09 13:31:06 +01:00
parent 589d24c472
commit dac9f56901
2 changed files with 0 additions and 14 deletions

View File

@@ -49,7 +49,3 @@ class Appointment:
def to_json(self):
return json.dumps(self.to_dict(), sort_keys=True, separators=(",", ":"))
def serialize(self):
# FIXME: This is temporary serialization. A proper one is required
return self.to_dict(include_triggered=False)