reformat docstring to conform to linting rules

This commit is contained in:
Felix Hofstätter 2023-03-12 16:38:19 +01:00
parent 332cb13bcc
commit e6e36c2dee
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
def test_tbh_chained(testdir): 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( p = testdir.makepyfile(
""" """
import pytest import pytest