chore: cleanup tools, remove useless code (#4833)

This commit is contained in:
Yeuoly
2024-05-31 14:19:59 +08:00
committed by GitHub
parent 176d91937d
commit 85698ca4f7
4 changed files with 1 additions and 106 deletions

View File

@@ -71,6 +71,4 @@ class VectorizerTool(BuiltinTool):
options=[i.name for i in self.list_default_image_variables()]
)
]
def is_tool_available(self) -> bool:
return len(self.list_default_image_variables()) > 0