1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Lint instance methods (#7903)

This commit is contained in:
catboxanon
2025-05-01 19:32:04 -04:00
committed by GitHub
parent 6d32dc049e
commit 8d0661d0ba
3 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ class WebcamCapture(nodes.LoadImage):
CATEGORY = "image"
def load_capture(s, image, **kwargs):
def load_capture(self, image, **kwargs):
return super().load_image(folder_paths.get_annotated_filepath(image))