diff --git a/changelog/9726.bugfix.rst b/changelog/9726.bugfix.rst index b30840062..d84f4bd0d 100644 --- a/changelog/9726.bugfix.rst +++ b/changelog/9726.bugfix.rst @@ -1,2 +1 @@ -Unnecessary numpy import in `ApproxSequenceLike` is removed. -Also Approx's `test_error_messages` is separated for numpy and native datatypes. +An unnecessary ``numpy`` import in `ApproxSequenceLike` was removed.