fix files description in api

This commit is contained in:
bymyself
2025-06-17 10:36:52 -07:00
parent 65f0764338
commit 32e003965a
2 changed files with 77 additions and 52 deletions

View File

@@ -31,8 +31,8 @@ from .generated_models import (
ComfyUIVersionInfo,
# Other models
Kind,
StatusStr,
OperationType,
OperationResult,
ManagerPackInfo,
ManagerPackInstalled,
SelectedVersion,
@@ -59,8 +59,6 @@ from .generated_models import (
HistoryResponse,
HistoryListResponse,
InstallType,
OperationType,
Result,
)
__all__ = [
@@ -86,8 +84,8 @@ __all__ = [
"ComfyUIVersionInfo",
# Other models
"Kind",
"StatusStr",
"OperationType",
"OperationResult",
"ManagerPackInfo",
"ManagerPackInstalled",
"SelectedVersion",
@@ -114,6 +112,4 @@ __all__ = [
"HistoryResponse",
"HistoryListResponse",
"InstallType",
"OperationType",
"Result",
]