Skip to content

Commit 82dc080

Browse files
authored
[dev] do not import distributed and graphbolt when import dgl (#7676)
1 parent 83595e6 commit 82dc080

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/dgl/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,3 @@
6262
from .mpops import *
6363
from .homophily import *
6464
from .label_informativeness import *
65-
66-
if backend_name == "pytorch":
67-
from . import distributed

0 commit comments

Comments
 (0)