mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 22:54:23 +01:00
Gets rid of Appointment.serialize()
The method is replaced by signature_foramt in Cryptographer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user