From fe2b6ca6e8cdf652e36d48f5a88c58f13c53ad8c Mon Sep 17 00:00:00 2001 From: Da Zheng Date: Tue, 18 Jun 2019 16:30:56 -0700 Subject: [PATCH] [Text] fix test; remove torch import. (#670) --- tests/compute/test_removal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/compute/test_removal.py b/tests/compute/test_removal.py index a76bf8ecc183..64ccebb26d98 100644 --- a/tests/compute/test_removal.py +++ b/tests/compute/test_removal.py @@ -2,7 +2,6 @@ import backend as F import networkx as nx import numpy as np -import torch as th import dgl def test_node_removal():