Skip to content

Commit aeca775

Browse files
committed
typo
1 parent 64d2642 commit aeca775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pip install cffi torch-scatter
4646
## Example
4747

4848
```py
49+
import torch
4950
from torch_scatter import scatter_max
5051

5152
input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])

0 commit comments

Comments
 (0)