chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
|
||||
|
||||
def test_graphbolt_is_not_imported():
|
||||
assert (
|
||||
"dgl.graphbolt" not in sys.modules
|
||||
), "dgl.graphbolt is already imported"
|
||||
import dgl
|
||||
|
||||
assert "dgl.graphbolt" not in sys.modules, "dgl.graphbolt is imported"
|
||||
Reference in New Issue
Block a user