Skip to content

Commit 49a92fb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e61e501 commit 49a92fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/en/logging.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ the records for the ``setup`` and ``call`` stages during teardown like so:
164164
x.message for x in caplog.get_records(when) if x.levelno == logging.WARNING
165165
]
166166
if messages:
167-
pytest.fail(
168-
f"warning messages encountered during testing: {messages}"
169-
)
167+
pytest.fail(f"warning messages encountered during testing: {messages}")
170168
171169
172170

0 commit comments

Comments
 (0)