mirror of https://github.com/logos-co/open-law.git
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…
Reference in New Issue