Skip to content

Commit 1b2501b

Browse files
committed
fix linting
1 parent 8b29061 commit 1b2501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_sparse/matmul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Union, Tuple
1+
from typing import Tuple
22

33
import torch
44
from torch_sparse.tensor import SparseTensor

0 commit comments

Comments
 (0)