Update comment

This commit is contained in:
huchenlei 2025-01-22 17:09:11 -05:00
parent 3ef1964c3f
commit 40ba755225

View File

@ -32,11 +32,6 @@ def safe_load_json_file(file_path: str) -> dict:
class CustomNodeManager: class CustomNodeManager:
"""
Placeholder to refactor the custom node management features from ComfyUI-Manager.
Currently it only contains the custom workflow templates feature.
"""
@lru_cache(maxsize=1) @lru_cache(maxsize=1)
def build_translations(self): def build_translations(self):
"""Load all custom nodes translations during initialization. Translations are """Load all custom nodes translations during initialization. Translations are