Interpretation.__repr__

This commit is contained in:
SvyatoslavArtymovych 2023-05-18 16:03:31 +03:00
parent 8549c4304e
commit ca1b796ffd
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ class Interpretation(BaseModel):
return self.section.version.book return self.section.version.book
def __repr__(self): def __repr__(self):
return f"<{self.id}: {self.text[:15]}>" return f"<Interpretation: {self.id}>"