fix the ruff check error with unused import

This commit is contained in:
silveroxides 2025-11-14 12:05:54 +01:00
parent 7f8d7f2968
commit c4ebef5882

View File

@ -1,5 +1,5 @@
import torch
from einops import rearrange, repeat
from einops import rearrange
import comfy.rmsnorm