From d3f93af701f8dc39fa0b0a2223e817d7680d21ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:07:48 +0400 Subject: [PATCH] Fix lint (#798) (#799) (cherry picked from commit 44ead02b0510e4db9a3371267864a901aa598b8d) Co-authored-by: Quentin Pradet --- eland/index.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eland/index.py b/eland/index.py index afc6dfb..2f3cfd3 100644 --- a/eland/index.py +++ b/eland/index.py @@ -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: