Removed v3 resources - needs more time to cook

This commit is contained in:
Jedrzej Kosinski
2025-07-30 13:08:52 -07:00
parent 9177cfd895
commit bd367c8e54
4 changed files with 50 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ from comfy_api.latest import (
)
from typing import Type, TYPE_CHECKING
from comfy_api.internal.async_to_sync import create_sync_class
from comfy_api.latest import io, ui, resources #noqa: F401
from comfy_api.latest import io, ui #noqa: F401
class ComfyAPIAdapter_v0_0_2(ComfyAPI_latest):