Commit cdf26c55 authored by patil-suraj's avatar patil-suraj
Browse files

remove unused import

parent cc45831e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment