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

remove unused import

parent cc45831e
...@@ -3,7 +3,7 @@ import math ...@@ -3,7 +3,7 @@ import math
import torch import torch
try: try:
from einops import rearrange, repeat from einops import rearrange
except: except:
print("Einops is not installed") print("Einops is not installed")
pass 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