From 22c5394acddb6bfaf5f4b8382eb04064b67fde37 Mon Sep 17 00:00:00 2001 From: aizpurua23a <57321880+aizpurua23a@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:34:16 +0200 Subject: [PATCH] Update doc/en/how-to/fixtures.rst Co-authored-by: Bruno Oliveira --- doc/en/how-to/fixtures.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index 5a10b616f..8407a3690 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -763,7 +763,6 @@ Consider the differences in the following examples: def test_bar(fix_w_yield): print("test_bar") - pass