1
0
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:
patil-suraj
2022-06-16 18:07:59 +02:00
parent cc45831ec6
commit cdf26c55f5

View File

@@ -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