From baab268644282347eb8226d626496fc8505166ab Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:31:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/en/how-to/fixtures.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index ae3f447ef..d1517ef13 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -133,6 +133,7 @@ example would work if we did it by hand: def first_entry(): return "a" + @pytest.fixture def order(first_entry): return [first_entry]