Skip to content

Commit aa80388

Browse files
authored
Update dist_neighbor_sampler.py
1 parent c6b6c03 commit aa80388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

torch_geometric/distributed/dist_neighbor_sampler.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ def __init__(
8383
**kwargs,
8484
):
8585
warn(
86-
"`torch_geometric.distributed` has been deprecated since 2.7.0 and will "
87-
"no longer be maintained. For distributed training, refer to our "
86+
"`torch_geometric.distributed` has been deprecated since 2.7.0 and will " # noqa: E501
87+
"no longer be maintained. For distributed training, refer to our " # noqa: E501
8888
"tutorials on distributed training at "
89-
"https://pytorch-geometric.readthedocs.io/en/latest/tutorial/distributed.html " # noqa: E501
89+
"https://pytorch-geometric.readthedocs.io/en/latest/tutorial/distributed.html " # noqa: E501
9090
"or cuGraph examples at "
91-
"https://github.com/rapidsai/cugraph-gnn/tree/main/python/cugraph-pyg/cugraph_pyg/examples", # noqa: E501
91+
"https://github.com/rapidsai/cugraph-gnn/tree/main/python/cugraph-pyg/cugraph_pyg/examples", # noqa: E501
9292
)
9393
self.current_ctx = current_ctx
9494

0 commit comments

Comments
 (0)