mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
remove unused import
This commit is contained in:
@@ -3,7 +3,7 @@ import math
|
||||
import torch
|
||||
|
||||
try:
|
||||
from einops import rearrange, repeat
|
||||
from einops import rearrange
|
||||
except:
|
||||
print("Einops is not installed")
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user