Skip to content

Commit 103b22c

Browse files
committed
fix
1 parent 5a1315e commit 103b22c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/python/unittest/test_module_load.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
2-
try:
3-
import tvm
4-
except ImportError:
5-
curr_path = os.path.abspath(os.path.dirname(__file__))
6-
sys.path.append(os.path.join(curr_path, "../../../python"))
7-
import tvm
1+
import tvm
82

93
from tvm.contrib import cc, util
104
import ctypes

0 commit comments

Comments
 (0)