Skip to content

Commit ecd8a5e

Browse files
committed
test: fix python2 issue
1 parent 1ee2fea commit ecd8a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittest/python/test_tensor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
import numpy as np
24
import tensor
35

0 commit comments

Comments
 (0)