Skip to content

Commit

Permalink
MAINT: PR 17239 revisions
Browse files Browse the repository at this point in the history
* fix missing import from cherry-picked patch
  • Loading branch information
tylerjereddy committed Oct 16, 2022
1 parent 381089e commit ba5f6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/linalg/tests/test_lapack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Created by: Pearu Peterson, September 2002
#

import sys
from functools import reduce

from numpy.testing import (assert_equal, assert_array_almost_equal, assert_,
Expand Down

0 comments on commit ba5f6da

Please sign in to comment.