diff --git a/dzgui/model/proxy_model.py b/dzgui/model/proxy_model.py index 378d7dc..ae5eaf5 100644 --- a/dzgui/model/proxy_model.py +++ b/dzgui/model/proxy_model.py @@ -259,7 +259,7 @@ class ProxyModelManager: def set_cache(self, filters: tuple[str], filtered_rows: list[tuple]) -> None: self.filter_cache[filters] = filtered_rows - @deprecated("Currently unused") + # @deprecated("Currently unused") # def convert_model_to_list(self, model: "FastInsertListStore") -> list: # return [[el for el in row] for row in model]