fix pylint issue

This commit is contained in:
doctorpangloss 2025-12-17 10:14:31 -08:00
parent fa05417ebd
commit df271c3e33

View File

@ -178,7 +178,7 @@ class IndexListContextHandler(ContextHandlerABC):
for cond_key, cond_value in new_cond_item.items():
# Allow callbacks to handle custom conditioning items
handled = False
for callback in comfy.patcher_extension.get_all_callbacks(
for callback in patcher_extension.get_all_callbacks(
IndexListCallbacks.RESIZE_COND_ITEM, self.callbacks
):
result = callback(cond_key, cond_value, window, x_in, device, new_cond_item)