Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dac0169

Browse files
authored
Merge pull request #10979 from matplotlib/auto-backport-of-pr-10978
Backport PR #10978 on branch v2.2.x
2 parents 8d0a342 + ab9133a commit dac0169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/matplotlib/tests/test_cbook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from datetime import datetime
1010

1111
import numpy as np
12-
from numpy.testing.utils import (assert_array_equal, assert_approx_equal,
13-
assert_array_almost_equal)
12+
from numpy.testing import (assert_array_equal, assert_approx_equal,
13+
assert_array_almost_equal)
1414
import pytest
1515

1616
import matplotlib.cbook as cbook

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import numpy as np
1010
import pytest
1111

12-
from numpy.testing.utils import assert_array_equal, assert_array_almost_equal
12+
from numpy.testing import assert_array_equal, assert_array_almost_equal
1313

1414
from matplotlib import cycler
1515
import matplotlib

0 commit comments

Comments
 (0)