From b5bdd52208f26c7dba80aa962ba543cb966dafb7 Mon Sep 17 00:00:00 2001 From: aizpurua23a <57321880+aizpurua23a@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:34:11 +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 585fd2d8c..5a10b616f 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -759,7 +759,6 @@ Consider the differences in the following examples: def test_foo(fix_w_finalizers): print("test_foo") - pass def test_bar(fix_w_yield):