From 10310baf3fff93500ee2efdcab79e79692770e72 Mon Sep 17 00:00:00 2001 From: Jacob Segal Date: Mon, 28 Apr 2025 19:37:27 -0700 Subject: [PATCH] Fix linting issue --- comfy_api/input/video_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api/input/video_types.py b/comfy_api/input/video_types.py index 336f95bbb..0676e0e66 100644 --- a/comfy_api/input/video_types.py +++ b/comfy_api/input/video_types.py @@ -1,7 +1,7 @@ from __future__ import annotations from abc import ABC, abstractmethod from typing import Optional -from comfy_api.util import VideoContainer, VideoCodec +from comfy_api.util import VideoContainer, VideoCodec, VideoComponents class VideoInput(ABC): """