diff --git a/backend/data_export/models.py b/backend/data_export/models.py index af4cd937..b4248699 100644 --- a/backend/data_export/models.py +++ b/backend/data_export/models.py @@ -85,9 +85,6 @@ class ExportedComment(Comment): def to_string(self) -> str: return self.text - def to_dict(self): - return {"id": self.example.id, "comment": self.text} - class Meta: proxy = True