mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
fix pylint issue
This commit is contained in:
parent
fa05417ebd
commit
df271c3e33
@ -178,7 +178,7 @@ class IndexListContextHandler(ContextHandlerABC):
|
|||||||
for cond_key, cond_value in new_cond_item.items():
|
for cond_key, cond_value in new_cond_item.items():
|
||||||
# Allow callbacks to handle custom conditioning items
|
# Allow callbacks to handle custom conditioning items
|
||||||
handled = False
|
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
|
IndexListCallbacks.RESIZE_COND_ITEM, self.callbacks
|
||||||
):
|
):
|
||||||
result = callback(cond_key, cond_value, window, x_in, device, new_cond_item)
|
result = callback(cond_key, cond_value, window, x_in, device, new_cond_item)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user