Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent c0ffee0 commit 4ac013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ def test_respect_system_exceptions(
pytester: Pytester, exception_class: type[BaseException]
):
ensure_file(pytester.path / "test_foo.py").write_text(
f"raise NotImplemented()", encoding="UTF-8"
"raise NotImplemented()", encoding="UTF-8"
)
ensure_file(pytester.path / "test_bar.py").write_text(
f"raise {exception_class.__name__}()", encoding="UTF-8"
Expand Down

0 comments on commit 4ac013c

Please sign in to comment.