mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Move validation back to where it is supposed to be relative to upstream
This commit is contained in:
parent
9b04919330
commit
58622c7e91
@ -48,7 +48,7 @@ from ..nodes.package_typing import InputTypeSpec, FloatSpecOptions, IntSpecOptio
|
||||
from ..nodes_context import get_nodes
|
||||
from comfy_execution.progress import get_progress_state, reset_progress_state, add_progress_handler, WebUIProgressHandler, \
|
||||
ProgressRegistry
|
||||
from ..validation import validate_node_input
|
||||
from comfy_execution.validation import validate_node_input
|
||||
|
||||
_module_properties = create_module_properties()
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from comfy.validation import validate_node_input
|
||||
from comfy_execution.validation import validate_node_input
|
||||
|
||||
|
||||
def test_exact_match():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user