From 54d34983887ae440cda94ac54be24a6727ffb2b4 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Fri, 19 Jul 2024 19:59:13 -0700 Subject: [PATCH] Fix import here --- tests/inference/test_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inference/test_execution.py b/tests/inference/test_execution.py index 8ecd11c5b..bb8cf2216 100644 --- a/tests/inference/test_execution.py +++ b/tests/inference/test_execution.py @@ -106,7 +106,7 @@ class TestExecution: ]) async def client(self, request) -> Client: from comfy.cmd.execution import nodes - from .testing_pack import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS + from .testing_nodes.testing_pack import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS nodes.update(ExportedNodes(NODE_CLASS_MAPPINGS=NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS=NODE_DISPLAY_NAME_MAPPINGS)) lru_size, = request.param