Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ac013c

Browse files
committedApr 8, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c0ffee0 commit 4ac013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎testing/test_collection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ def test_respect_system_exceptions(
18641864
pytester: Pytester, exception_class: type[BaseException]
18651865
):
18661866
ensure_file(pytester.path / "test_foo.py").write_text(
1867-
f"raise NotImplemented()", encoding="UTF-8"
1867+
"raise NotImplemented()", encoding="UTF-8"
18681868
)
18691869
ensure_file(pytester.path / "test_bar.py").write_text(
18701870
f"raise {exception_class.__name__}()", encoding="UTF-8"

0 commit comments

Comments
 (0)
Please sign in to comment.