Commit cd59cb84 authored by rusty1s's avatar rusty1s
Browse files

linting

parent 8418614e
...@@ -2,7 +2,7 @@ import pytest ...@@ -2,7 +2,7 @@ import pytest
import torch import torch
from torch.autograd import Variable, gradcheck from torch.autograd import Variable, gradcheck
from torch_spline_conv import spline_conv from torch_spline_conv import spline_conv
from torch_spline_conv.functions.utils import spline_basis, SplineWeighting from torch_spline_conv.functions.utils import SplineWeighting
from .utils import tensors, Tensor from .utils import tensors, Tensor
......
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