feat: cleaned data objects
This commit is contained in:
parent
ee1aaa13b0
commit
3eba8e90f4
@ -628,7 +628,6 @@ class Label(Base):
|
||||
@property
|
||||
def indexing_values(self) -> List[Tuple[str, object]]:
|
||||
return [
|
||||
('id', self.id),
|
||||
('name', unify(self.name)),
|
||||
*[('url', source.url) for source in self.source_collection]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user