[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-08-10 15:31:20 +00:00
parent e2ff60f8e9
commit baab268644
1 changed files with 1 additions and 0 deletions

View File

@ -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]