Commit 78342c6a authored by rusty1s's avatar rusty1s
Browse files

removed unused import

parent 932b96e2
...@@ -5,7 +5,7 @@ import torch ...@@ -5,7 +5,7 @@ import torch
import numpy as np import numpy as np
from torch_cluster import graclus_cluster from torch_cluster import graclus_cluster
from .tensor import cpu_tensors, cuda_tensors from .tensor import cpu_tensors
tests = [{ tests = [{
'row': [0, 0, 1, 1, 1, 2, 2, 2, 3, 3], 'row': [0, 0, 1, 1, 1, 2, 2, 2, 3, 3],
......
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