This commit is contained in:
Quentin Pradet 2025-06-05 15:52:19 +04:00 committed by GitHub
parent cb7c4fb122
commit 44ead02b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,10 +50,7 @@ class Index:
# index_field.setter
self._is_source_field = False
# The type:ignore is due to mypy not being smart enough
# to recognize the property.setter has a different type
# than the property.getter.
self.es_index_field = es_index_field # type: ignore
self.es_index_field = es_index_field
@property
def sort_field(self) -> str: