mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
ACTUALLY fix the ruff check error with unused import
This commit is contained in:
parent
c4ebef5882
commit
b9be0b76b2
@ -1,5 +1,5 @@
|
||||
import torch
|
||||
from einops import rearrange
|
||||
from einops import rearrange, repeat
|
||||
import comfy.rmsnorm
|
||||
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ from dataclasses import dataclass
|
||||
|
||||
import torch
|
||||
from torch import Tensor, nn
|
||||
from einops import rearrange, repeat
|
||||
from einops import rearrange
|
||||
import comfy.ldm.common_dit
|
||||
import comfy.patcher_extension
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user