From 2863d437d080ef06f490ffd51cb215ba905fbc56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:43:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/python/approx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/approx.py b/testing/python/approx.py index 6fff32c85..5064e2a85 100644 --- a/testing/python/approx.py +++ b/testing/python/approx.py @@ -348,7 +348,7 @@ class TestApprox: def test_hash(self): assert {1} == {approx(1, rel=1e-6, abs=1e-12)} - assert {1+1e-5} != {approx(1, rel=1e-6, abs=1e-12)} + assert {1 + 1e-5} != {approx(1, rel=1e-6, abs=1e-12)} def test_exactly_equal(self): examples = [