Skip to content

Commit bf195c9

Browse files
authored
Update dist_neighbor_loader.py
1 parent 4d363da commit bf195c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch_geometric/distributed/dist_neighbor_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def __init__(
8989
)
9090
else:
9191
warn(
92-
"`torch_geometric.distributed` has been deprecated since 2.7.0 and will "
93-
"no longer be maintained. For distributed training, refer to our "
92+
"`torch_geometric.distributed` has been deprecated since 2.7.0 and will " # noqa: E501
93+
"no longer be maintained. For distributed training, refer to our " # noqa: E501
9494
"tutorials on distributed training at "
9595
"https://pytorch-geometric.readthedocs.io/en/latest/tutorial/distributed.html " # noqa: E501
9696
"or cuGraph examples at "

0 commit comments

Comments
 (0)