[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-01-31 22:20:16 +00:00
parent 3aef0b9de6
commit 9d2ffe207b
4 changed files with 5 additions and 5 deletions

View File

@@ -771,7 +771,7 @@ class TestApprox:
def test_expected_value_type_error(self, x, name):
with pytest.raises(
TypeError,
match=fr"pytest.approx\(\) does not support nested {name}:",
match=rf"pytest.approx\(\) does not support nested {name}:",
):
approx(x)