[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] 2024-01-29 18:32:12 +00:00
parent 49b60e9387
commit a02457dac6
1 changed files with 1 additions and 0 deletions

View File

@ -1792,6 +1792,7 @@ def test_check_error_notes_failure(
with pytest.raises(type(error), match=match): with pytest.raises(type(error), match=match):
raise error raise error
def test_notes_getattr_keyerror(): def test_notes_getattr_keyerror():
"""Non-regression test for #11872. """Non-regression test for #11872.