chore: cleanup

This commit is contained in:
aclist 2025-12-09 13:58:37 +09:00
parent 53b6034f2a
commit 57be68ea73

View File

@ -259,12 +259,8 @@ class ModelManager:
self.filter_cache[filters] = (model, rows)
def new_model(self) -> ListStore:
store = ListStore(*[ftype for field, ftype in ServerColumns.__annotations__.items()])
store = self.new_model_from_class(ServerColumns)
return store
#return = ListStore(*f)
#return ListStore(
# str, str, str, str, int, int, int, str, int, int, str, bool
#)
def resync_model(self, addr: str, qport: int) -> None:
"""