Skip to content

Commit 9a56fb4

Browse files
committed
typo
1 parent 6c8b36b commit 9a56fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_sparse/tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from textwrap import indent
22
from typing import Optional, List, Tuple, Dict, Union, Any
33

4-
import numpy as np
54
import torch
5+
import numpy as np
66
import scipy.sparse
77
from torch_scatter import segment_csr
88

0 commit comments

Comments
 (0)