From 25f7bbed78fb8c08f0d88e04393068de051601db Mon Sep 17 00:00:00 2001 From: Yousef Rafat <81116377+yousef-rafat@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:46:03 +0300 Subject: [PATCH] ruff check --- comfy/ldm/hunyuan_foley/model.py | 2 -- comfy_extras/nodes_video.py | 1 - 2 files changed, 3 deletions(-) diff --git a/comfy/ldm/hunyuan_foley/model.py b/comfy/ldm/hunyuan_foley/model.py index 2e1088781..588797541 100644 --- a/comfy/ldm/hunyuan_foley/model.py +++ b/comfy/ldm/hunyuan_foley/model.py @@ -12,8 +12,6 @@ from comfy.ldm.modules.attention import optimized_attention as attention from comfy.ldm.aura.mmdit import TimestepEmbedder as TimestepEmbedderParent from comfy.ldm.hydit.posemb_layers import get_1d_rotary_pos_embed -from typing import Union, Tuple - # to get exact matching results # only difference is the upscale to float32 class RMSNorm(nn.Module): diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 509558537..3daf51e96 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -1,7 +1,6 @@ from __future__ import annotations import os -import io import av import torch import folder_paths