Apply ruff.

This commit is contained in:
Talmaj Marinc 2026-03-20 22:26:42 +01:00
parent 2f30a821c5
commit 6f9af338ae

View File

@ -18,7 +18,6 @@ from comfy.ldm.flux.layers import EmbedND
from comfy.ldm.flux.math import apply_rope1 from comfy.ldm.flux.math import apply_rope1
from comfy.ldm.wan.model import ( from comfy.ldm.wan.model import (
sinusoidal_embedding_1d, sinusoidal_embedding_1d,
WanT2VCrossAttention,
WAN_CROSSATTENTION_CLASSES, WAN_CROSSATTENTION_CLASSES,
Head, Head,
MLPProj, MLPProj,