chore(comfy_api): replace absolute imports with relative (#11145)

This commit is contained in:
Alexander Piskun
2025-12-08 11:21:41 +02:00
committed by GitHub
parent 56fa7dbe38
commit ec7f65187d
6 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ if TYPE_CHECKING:
from comfy_api.input import VideoInput
from comfy_api.internal import (_ComfyNodeInternal, _NodeOutputInternal, classproperty, copy_class, first_real_override, is_class,
prune_dict, shallow_clone_class)
from comfy_api.latest._resources import Resources, ResourcesLocal
from ._resources import Resources, ResourcesLocal
from comfy_execution.graph_utils import ExecutionBlocker
from ._util import MESH, VOXEL