Skip to content

Commit bba2bd2

Browse files
authored
Merge pull request numpy#15115 from WarrenWeckesser/testcleanup
MAINT: random: Remove a few unused imports from test files.
2 parents de06954 + d920a80 commit bba2bd2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

numpy/random/tests/test_generator_mt19937.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import pytest
44

55
import numpy as np
6-
from numpy.dual import cholesky, eigh, svd
76
from numpy.linalg import LinAlgError
87
from numpy.testing import (
98
assert_, assert_raises, assert_equal, assert_allclose,

numpy/random/tests/test_generator_mt19937_regressions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
from numpy.testing import (assert_, assert_array_equal)
32
from numpy.compat import long
43
import numpy as np

numpy/random/tests/test_smoke.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pickle
2-
import time
32
from functools import partial
43

54
import numpy as np

0 commit comments

Comments
 (0)