From 4f318de955b6458ed1cffc3cefcf6ae45732961e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 20 Mar 2022 20:40:54 -0300 Subject: [PATCH] Adjust the CHANGELOG again --- changelog/9726.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/9726.bugfix.rst b/changelog/9726.bugfix.rst index d84f4bd0d..66c04c4d9 100644 --- a/changelog/9726.bugfix.rst +++ b/changelog/9726.bugfix.rst @@ -1 +1 @@ -An unnecessary ``numpy`` import in `ApproxSequenceLike` was removed. +An unnecessary ``numpy`` import inside :func:`pytest.approx` was removed.