From 7e4a5bd4fadb0520005aad33a9879b9874c304cc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:12:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/test_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 91e826b99..97ce2cb56 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -1548,7 +1548,7 @@ class TestGenericReporting: """ ) result = pytester.runpytest("--tb=line") - s = result.stdout.str() + result.stdout.str() bn = p.name result.stdout.fnmatch_lines(["*%s:3: Failed: test_func1" % bn])