From e6e36c2dee6958dfc76b8e00dc0bb884711af69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hofst=C3=A4tter?= Date: Sun, 12 Mar 2023 16:38:19 +0100 Subject: [PATCH] reformat docstring to conform to linting rules --- testing/test_tracebackhide.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/test_tracebackhide.py b/testing/test_tracebackhide.py index bfd9b8011..88f9c4fc0 100644 --- a/testing/test_tracebackhide.py +++ b/testing/test_tracebackhide.py @@ -1,7 +1,5 @@ def test_tbh_chained(testdir): - """ - Ensure chained exceptions whose frames contain "__tracebackhide__" are not shown (#1904). - """ + """Ensure chained exceptions whose frames contain "__tracebackhide__" are not shown (#1904).""" p = testdir.makepyfile( """ import pytest