diff --git a/hordelib/nodes/node_lora_loader.py b/hordelib/nodes/node_lora_loader.py index 09dd21f7..2c0fa1c1 100644 --- a/hordelib/nodes/node_lora_loader.py +++ b/hordelib/nodes/node_lora_loader.py @@ -1,7 +1,7 @@ import os import comfy.utils -import folder_paths +import folder_paths # type: ignore from loguru import logger diff --git a/tests/test_comfy.py b/tests/test_comfy.py index 20152ae4..91a3f151 100644 --- a/tests/test_comfy.py +++ b/tests/test_comfy.py @@ -74,7 +74,7 @@ def test_fix_pipeline_types(self, hordelib_instance: HordeLib): def test_fix_node_names(self, hordelib_instance: HordeLib): # basically we are expecting a search and replace of "1" with the "title" of id 1, etc. - data = { + data: dict = { "1": { "inputs": { "input1": ["2", 0],