From a811e5945d7110a864a60ec068760ae144be70e9 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:13:47 +0900 Subject: [PATCH] chore: commend out unused code --- dzgui/model/proxy_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]