Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 15bb544

Browse files
committed
Fix import
1 parent 8f933e5 commit 15bb544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/unittest/test_numpy_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import scipy.stats as ss
3030
from mxnet.test_utils import verify_generator, gen_buckets_probs_with_ppf
3131
import platform
32-
import random
32+
3333

3434
@with_seed()
3535
@use_np

0 commit comments

Comments
 (0)