mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-13 08:14:40 +00:00
Interpretation.__repr__
This commit is contained in:
parent
8549c4304e
commit
ca1b796ffd
@ -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}>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user