File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
torch_geometric/distributed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments